no message

Former-commit-id: 19bbab73053fe72c9602c376125eec0c3001410e
Former-commit-id: 134f7c8b31d90f8d17214c612f784690e85be6eb
Former-commit-id: e7d159a4da5d6898c11f54626f6293721c33c21d
This commit is contained in:
李杨
2018-02-16 21:42:50 +08:00
parent 874441360e
commit 23ceeafc9c
7 changed files with 17 additions and 17 deletions

View File

@@ -64,6 +64,23 @@ export const menu = {
component: resolve => { require(['@/pages/demo/components/countup/demo.vue'], resolve) }
}
]
},
// highlight
{
title: '代码高亮',
icon: 'code',
children: [
{
title: '基本示例',
icon: 'file-o',
path: 'highlight/demo',
name: 'demo-plugins-highlight-demo',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/components/highlight/demo.vue'], resolve) }
}
]
}
]
}

View File

@@ -220,23 +220,6 @@ export const menu = {
}
]
},
// highlight
{
title: '代码高亮',
icon: 'code',
children: [
{
title: '基本示例',
icon: 'file-o',
path: 'highlight/demo',
name: 'demo-plugins-highlight-demo',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/plugins/highlight/demo.vue'], resolve) }
}
]
},
// markdown 解析库
{
title: 'markdown解析',