fix: remove redundant aliases
This commit is contained in:
@@ -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