fix
This commit is contained in:
@ -49,10 +49,12 @@
|
||||
import {VueDraggable} from "vue-draggable-plus";
|
||||
import {onMounted, ref, watch} from 'vue';
|
||||
import {uuid} from 'lsp-uuid';
|
||||
import {componentScheme} from '@/schemes/scheme';
|
||||
import {componentScheme} from "@/schemes/scheme";
|
||||
import {useSchemeStore} from '@/stores/useSchemeStore';
|
||||
import {IComponent} from "@/type/IComponent";
|
||||
|
||||
import {} from "@/"
|
||||
|
||||
let componentsList = [];
|
||||
const store = useSchemeStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user