no message

Former-commit-id: 0481756ef77821c24cb2ceb67826a4685f322ff3
Former-commit-id: b0f825964517a482014436c3da5664bb8027fd07
Former-commit-id: 4365d44f8a4e009b14e7dda5fe3478b546cd66a4
This commit is contained in:
李杨
2018-02-16 21:38:35 +08:00
parent d7d7ebd9fd
commit 874441360e

View File

@@ -108,7 +108,7 @@ export const menu = {
icon: 'book',
children: [
{
title: '示例 1',
title: '演示页面 1',
icon: 'file-o',
path: 'vue-i18n/demo-1',
name: 'demo-plugins-vue-i18n-demo-1',
@@ -118,7 +118,7 @@ export const menu = {
component: resolve => { require(['@/pages/demo/plugins/vue-i18n/demo-1.vue'], resolve) }
},
{
title: '示例 2',
title: '演示页面 2',
icon: 'file-o',
path: 'vue-i18n/demo-2',
name: 'demo-plugins-vue-i18n-demo-2',