[Doc] add Internationalization document (#321)

* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document
This commit is contained in:
neverland
2017-11-16 01:06:41 -06:00
committed by GitHub
parent 5eb3303ec6
commit 5cbc374208
4 changed files with 91 additions and 0 deletions

View File

@@ -49,6 +49,11 @@ module.exports = {
title: '示例页面',
noDocument: true,
noExample: true
},
{
path: '/i18n',
title: '国际化',
noExample: true
}
]
}
@@ -316,6 +321,11 @@ module.exports = {
title: 'Demo pages',
noDocument: true,
noExample: true
},
{
path: '/i18n',
title: 'Internationalization',
noExample: true
}
]
}