fix: remove redundant aliases
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
>
|
||||
</template>
|
||||
<script setup>
|
||||
import { useStore } from "@/stores/index";
|
||||
import { useStore } from "~/stores/index";
|
||||
const store = useStore();
|
||||
const emit = defineEmits(["clickevent"]);
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user