fix: remove redundant aliases
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import ScrollBox from "@/components/datatable/ScrollBox.vue";
|
||||
import ScrollBox from "~/components/datatable/ScrollBox.vue";
|
||||
import { debounce } from "es-toolkit";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user