no message
Former-commit-id: 19bbab73053fe72c9602c376125eec0c3001410e Former-commit-id: 134f7c8b31d90f8d17214c612f784690e85be6eb Former-commit-id: e7d159a4da5d6898c11f54626f6293721c33c21d
This commit is contained in:
@@ -64,6 +64,23 @@ export const menu = {
|
|||||||
component: resolve => { require(['@/pages/demo/components/countup/demo.vue'], resolve) }
|
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) }
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 解析库
|
// markdown 解析库
|
||||||
{
|
{
|
||||||
title: 'markdown解析',
|
title: 'markdown解析',
|
||||||
|
|||||||
Reference in New Issue
Block a user