expertform siteoptions 传入选项列表
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user