This commit is contained in:
2026-01-15 11:52:41 +08:00
parent fe4acbb709
commit b15772e323
15 changed files with 4433 additions and 1346 deletions

View File

@@ -195,6 +195,7 @@ const components = {
'common-word-html': () => import('@/components/page/components/table/wordHtml.vue'),
'common-word-html-type-setting': () => import('@/components/page/components/table/wordHtmlTypesetting.vue'),
'common-drag-word': () => import('@/components/page/components/table/dragWord.vue'),
'common-media-link-dialog': () => import('@/components/page/components/table/MediaLinkDialog.vue'),
};
Object.keys(components).forEach(key => {