expertform siteoptions 传入选项列表

This commit is contained in:
quantulr
2022-09-07 14:24:55 +08:00
parent ae74847c93
commit 0344e5d7b9
4 changed files with 124 additions and 80 deletions

View File

@ -41,6 +41,8 @@ import ImagePreview from "@/components/ImagePreview"
import TreeSelect from '@/components/TreeSelect'
// 字典标签组件
import DictTag from '@/components/DictTag'
// wangEditor 富文本编辑器
import WangEditor from '@/components/WangEditor'
const app = createApp(App)
@ -62,6 +64,7 @@ app.component('FileUpload', FileUpload)
app.component('ImageUpload', ImageUpload)
app.component('ImagePreview', ImagePreview)
app.component('RightToolbar', RightToolbar)
app.component('WangEditor', WangEditor)
app.use(router)
app.use(store)