no message

Former-commit-id: c99a0d09610fa66974da251bf29b55a3f5748804
Former-commit-id: 476c8fa042737ed58f521599d31020eda8ab7544
Former-commit-id: 476b1894db99d4b423da3617c83724a7c783c116
This commit is contained in:
李杨
2018-02-14 13:07:32 +08:00
parent f1ce112a07
commit 42ff7e58a8
3 changed files with 124 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
<template>
<Container>
<PageHeader
slot="header"
title="使用方法"
url="http://kazupon.github.io/vue-i18n/en/">
</PageHeader>
<Markdown url="/static/markdownFiles/article/插件 - 多国语.md"></Markdown>
</Container>
</template>

View File

@@ -74,7 +74,7 @@ export const menu = {
component: resolve => { require(['@/pages/demo/plugins/vue-i18n/demo-2.vue'], resolve) }
},
{
title: '文档',
title: '使用方法',
icon: 'file-o',
path: 'vue-i18n/doc',
name: 'demo-plugins-vue-i18n-doc',