fix: remove redundant aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import Modal from "@/components/Modal.vue";
|
||||
import Modal from "~/components/Modal.vue";
|
||||
|
||||
const props = defineProps({
|
||||
variant: Object,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import AddIMEIForm from "@/components/imports/AddIMEIForm.vue";
|
||||
import ImportData from "@/components/parameter/ImportData.vue";
|
||||
import AddIMEIForm from "~/components/imports/AddIMEIForm.vue";
|
||||
import ImportData from "~/components/parameter/ImportData.vue";
|
||||
import { remove } from "es-toolkit";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
import Address from "@/components/pos/Address.vue";
|
||||
import ProductCard from "@/components/pos/ProductCard.vue";
|
||||
import SearchBox from "@/components/SearchBox.vue";
|
||||
import Address from "~/components/pos/Address.vue";
|
||||
import ProductCard from "~/components/pos/ProductCard.vue";
|
||||
import SearchBox from "~/components/SearchBox.vue";
|
||||
import { isNil } from "es-toolkit";
|
||||
|
||||
const store = useStore();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import DataView from "@/components/datatable/DataView.vue";
|
||||
import DataView from "~/components/datatable/DataView.vue";
|
||||
|
||||
const filter = ref({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user