|
|
|
@ -42,6 +42,7 @@ import DictData from '@/components/DictData'
|
|
|
|
|
import cusEditor from '@/views/components/cusEditor.vue'
|
|
|
|
|
|
|
|
|
|
import Echart from './components/echart/index.vue'
|
|
|
|
|
import ItemWrap from './components/item-wrap/item-wrap.vue'
|
|
|
|
|
|
|
|
|
|
// 去除控制台的 Vue warn 警告信息
|
|
|
|
|
Vue.config.silent = true;
|
|
|
|
@ -68,6 +69,7 @@ Vue.component('ImageUpload', ImageUpload)
|
|
|
|
|
Vue.component('ImagePreview', ImagePreview)
|
|
|
|
|
Vue.component("cusEditor", cusEditor)
|
|
|
|
|
Vue.component("Echart", Echart)
|
|
|
|
|
Vue.component("ItemWrap", ItemWrap)
|
|
|
|
|
|
|
|
|
|
Vue.use(directive)
|
|
|
|
|
Vue.use(plugins)
|
|
|
|
|