chore: FE fix import
This commit is contained in:
parent
b310cf67b6
commit
47bb069d14
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import {ref} from "vue";
|
||||
import Archive from "@/components/content/Archive.vue";
|
||||
import TableDraggable from "@/components/content/partials/TableDraggable.vue";
|
||||
//import TableDraggable from "@/components/content/partials/TableDraggable.vue";
|
||||
|
||||
const tab = ref(null)
|
||||
const tabs = [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
import {computed, ref} from "vue";
|
||||
import draggable from "vuedraggable";
|
||||
draggable.compatConfig = { MODE: 3 };
|
||||
import DataTableRowHandler from "@/components/content/partials/table/DataTableRowHandler.vue";
|
||||
//import DataTableRowHandler from "@/components/content/partials/table/DataTableRowHandler.vue";
|
||||
|
||||
const emit = defineEmits([
|
||||
'update:search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue