no message

Former-commit-id: 517eaaefe7658782628f7ebe876135bb88debfbf
Former-commit-id: d37f6d1f17c6ef470a7d162186ae53e18050c7ff
Former-commit-id: 3a366687ed8f108eccaede6bc84d8a00733fdd43
This commit is contained in:
李杨
2018-02-13 20:11:28 +08:00
parent b4ae449bb2
commit b3694e6bba
3 changed files with 23 additions and 0 deletions

View File

@@ -48,6 +48,23 @@ export const menu = {
}
]
},
// 多国语
{
title: '多国语',
icon: 'edit',
children: [
{
title: '基本示例',
icon: 'file-o',
path: 'vue-i18n/demo',
name: 'demo-plugins-vue-i18n-demo',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/plugins/vue-i18n/demo.vue'], resolve) }
}
]
},
// 富文本编辑器
{
title: '富文本编辑器',