|
@@ -41,10 +41,12 @@ Vue.prototype.handleTree = handleTree
|
|
|
|
|
|
// 全局组件挂载
|
|
// 全局组件挂载
|
|
Vue.component('DictTag', DictTag)
|
|
Vue.component('DictTag', DictTag)
|
|
|
|
+Vue.component('DocAlert', DocAlert)
|
|
Vue.component('Pagination', Pagination)
|
|
Vue.component('Pagination', Pagination)
|
|
Vue.component('RightToolbar', RightToolbar)
|
|
Vue.component('RightToolbar', RightToolbar)
|
|
// 字典标签组件
|
|
// 字典标签组件
|
|
import DictTag from '@/components/DictTag'
|
|
import DictTag from '@/components/DictTag'
|
|
|
|
+import DocAlert from '@/components/DocAlert'
|
|
// 头部标签插件
|
|
// 头部标签插件
|
|
import VueMeta from 'vue-meta'
|
|
import VueMeta from 'vue-meta'
|
|
|
|
|