自动化
This commit is contained in:
14
src/main.js
14
src/main.js
@@ -73,6 +73,20 @@ Vue.component("Editor", Editor);
|
||||
|
||||
import commonTable from '@/components/page/components/table/table.vue'
|
||||
Vue.component('common-table', commonTable);
|
||||
import commonTiff from '@/components/page/components/table/tiff.vue'
|
||||
Vue.component('common-tiff', commonTiff);
|
||||
import commonContent from '@/components/page/components/table/content.vue'
|
||||
Vue.component('common-content', commonContent);
|
||||
import commonWord from '@/components/page/components/table/word.vue'
|
||||
Vue.component('common-word', commonWord);
|
||||
import commonAnnotations from '@/components/page/components/table/annotations.vue'
|
||||
Vue.component('common-annotations', commonAnnotations);
|
||||
import commonWordHtml from '@/components/page/components/table/wordHtml.vue'
|
||||
Vue.component('common-word-html', commonWordHtml);
|
||||
import commonWordHtmlTypesetting from '@/components/page/components/table/wordHtmlTypesetting.vue'
|
||||
Vue.component('common-word-html-type-setting', commonWordHtmlTypesetting);
|
||||
|
||||
|
||||
import commonDragWord from '@/components/page/components/table/dragWord.vue'
|
||||
Vue.component('common-drag-word', commonDragWord);
|
||||
Vue.use(VueI18n);
|
||||
|
||||
Reference in New Issue
Block a user