开发环境下,管理后台每个菜单展示对应的《开发文档》的说明

This commit is contained in:
YunaiV
2022-03-19 19:29:35 +08:00
parent 5266c6b1d5
commit efe4200181
22 changed files with 78 additions and 5 deletions

View File

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