init
This commit is contained in:
@@ -29,6 +29,7 @@ import Editor from "@/components/Editor"
|
||||
import FileUpload from "@/components/FileUpload"
|
||||
// 图片上传组件
|
||||
import ImageUpload from "@/components/ImageUpload"
|
||||
import ImageUpload2 from "@/components/ImageUpload2"
|
||||
// 图片预览组件
|
||||
import ImagePreview from "@/components/ImagePreview"
|
||||
// 字典标签组件
|
||||
@@ -59,6 +60,7 @@ Vue.component('Editor', Editor)
|
||||
Vue.component('FileUpload', FileUpload)
|
||||
Vue.component('ImageUpload', ImageUpload)
|
||||
Vue.component('ImagePreview', ImagePreview)
|
||||
Vue.component('ImageUpload2', ImageUpload2)
|
||||
Vue.component('CaiDictTag', CaiDictTag)
|
||||
|
||||
Vue.use(directive)
|
||||
|
||||
Reference in New Issue
Block a user