需求列表 产品列表
This commit is contained in:
@ -42,6 +42,8 @@ import TreeSelect from '@/components/TreeSelect'
|
||||
// 字典标签组件
|
||||
import DictTag from '@/components/DictTag'
|
||||
|
||||
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