fix: remove redundant aliases

This commit is contained in:
Viet An
2026-06-06 16:39:26 +07:00
parent ce2e341401
commit de78da2d47
84 changed files with 237 additions and 233 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
</a>
</template>
<script>
import { useStore } from "@/stores/index";
import { useStore } from "~/stores/index";
export default {
setup() {
const store = useStore();
+1 -1
View File
@@ -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({
+1 -1
View File
@@ -6,7 +6,7 @@
>
</template>
<script setup>
import { useStore } from "@/stores/index";
import { useStore } from "~/stores/index";
const store = useStore();
const { $getdata } = useNuxtApp();
+1 -1
View File
@@ -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({
+1 -1
View File
@@ -20,7 +20,7 @@
</a>
</template>
<script>
import { useStore } from "@/stores/index";
import { useStore } from "~/stores/index";
export default {
setup() {
const store = useStore();
+1 -1
View File
@@ -12,7 +12,7 @@
>
</template>
<script setup>
import { useStore } from "@/stores/index";
import { useStore } from "~/stores/index";
const store = useStore();
const emit = defineEmits(["clickevent"]);
const props = defineProps({