no message
Former-commit-id: 517eaaefe7658782628f7ebe876135bb88debfbf Former-commit-id: d37f6d1f17c6ef470a7d162186ae53e18050c7ff Former-commit-id: 3a366687ed8f108eccaede6bc84d8a00733fdd43
This commit is contained in:
parent
b4ae449bb2
commit
b3694e6bba
|
|
@ -30,6 +30,7 @@
|
|||
"timeago.js": "^3.0.2",
|
||||
"vue": "^2.5.2",
|
||||
"vue-grid-layout": "^2.1.11",
|
||||
"vue-i18n": "^7.4.2",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-splitpane": "^1.0.2",
|
||||
"vuex": "^3.0.1",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<Container>
|
||||
i18n
|
||||
</Container>
|
||||
</template>
|
||||
|
|
@ -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: '富文本编辑器',
|
||||
|
|
|
|||
Loading…
Reference in New Issue