no message

Former-commit-id: aa19087e500aea381a2f7eb90721f2d9871272f1
Former-commit-id: e89fcc86afc432f9a84b203bd139615d5dea674f
Former-commit-id: db8808227a4aa2607af284c82fad0ccf60b93fa6
This commit is contained in:
李杨
2018-03-10 23:36:09 +08:00
parent b98a43f829
commit c2e834b525
6 changed files with 57 additions and 3 deletions

View File

@@ -16,6 +16,16 @@ export const menu = {
title: '页面容器',
icon: 'window-restore',
children: [
{
title: '文档',
icon: 'file-o',
path: 'container',
name: 'demo-components-container',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/components/container/index.vue'], resolve) }
},
{
title: '卡片',
icon: 'file-o',