|
@@ -26,6 +26,7 @@ import RightToolbar from "@/components/RightToolbar"
|
|
|
// 富文本组件
|
|
|
import Editor from "@/components/Editor"
|
|
|
import editoritem5 from "@/components/cmsEditor/editoritem5"
|
|
|
+import editoritem from "@/components/cmsEditor/editoritem"
|
|
|
|
|
|
// 文件上传组件
|
|
|
import FileUpload from "@/components/FileUpload"
|
|
@@ -57,6 +58,7 @@ Vue.component('Pagination', Pagination)
|
|
|
Vue.component('RightToolbar', RightToolbar)
|
|
|
Vue.component('Editor', Editor)
|
|
|
Vue.component('editoritem5', editoritem5)
|
|
|
+Vue.component('editoritem', editoritem)
|
|
|
Vue.component('FileUpload', FileUpload)
|
|
|
Vue.component('ImageUpload', ImageUpload)
|
|
|
Vue.component('ImagePreview', ImagePreview)
|