fix: remove redundant aliases
This commit is contained in:
@@ -427,8 +427,8 @@
|
||||
/>
|
||||
</template>
|
||||
<script setup>
|
||||
import { useStore } from "@/stores/index";
|
||||
import ScrollBox from "@/components/datatable/ScrollBox.vue";
|
||||
import { useStore } from "~/stores/index";
|
||||
import ScrollBox from "~/components/datatable/ScrollBox.vue";
|
||||
|
||||
const props = defineProps({
|
||||
pagename: String,
|
||||
|
||||
Reference in New Issue
Block a user