| | |
| | | |
| | | import preReClick from "@/utils/preReClick"; |
| | | |
| | | import vue3JsonExcel from 'vue3-json-excel'; |
| | | |
| | | import vue3JsonExcel from 'vue3-json-excel'; |
| | | import vue3TreeOrg from 'vue3-tree-org'; |
| | | import "vue3-tree-org/lib/vue3-tree-org.css"; |
| | | |
| | | import { Boot } from '@wangeditor/editor' |
| | | import attachmentModule from '@wangeditor/plugin-upload-attachment' |
| | |
| | | app.component('ImagePreview', ImagePreview) |
| | | app.component('RightToolbar', RightToolbar) |
| | | app.component('Editor', Editor) |
| | | |
| | | app.use(vue3TreeOrg) |
| | | app.use(vue3JsonExcel) |
| | | app.use(router) |
| | | app.use(store) |