This commit is contained in:
2024-12-05 13:03:06 +08:00
parent 1aac9b7d7c
commit 7aa531c2ca
10 changed files with 638 additions and 60 deletions

View File

@@ -72,6 +72,8 @@ Vue.component("Editor", Editor);
import commonTable from '@/components/page/components/table/table.vue'
Vue.component('common-table', commonTable);
import commonDragWord from '@/components/page/components/table/dragWord.vue'
Vue.component('common-drag-word', commonDragWord);
Vue.use(VueI18n);
Vue.use(ElementUI, {
size: 'small',