[new feature] update document header style (#306)

* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style
This commit is contained in:
neverland
2017-11-10 21:33:00 -06:00
committed by GitHub
parent 1727b0d328
commit 0aab9ba7be
4 changed files with 16 additions and 20 deletions

View File

@@ -2,8 +2,12 @@
module.exports = {
'zh-CN': {
header: {
Github: 'https://github.com/youzan/vant',
English: '#/en-US/'
lang: {
text: 'En',
from: 'zh-CN',
to: 'en-US'
},
github: 'https://github.com/youzan/vant'
},
footer: {
github: 'https://github.com/youzan/vant',
@@ -269,8 +273,12 @@ module.exports = {
},
'en-US': {
header: {
Github: 'https://github.com/youzan/vant',
中文: '#/zh-CN'
lang: {
text: '中文',
from: 'en-US',
to: 'zh-CN'
},
github: 'https://github.com/youzan/vant'
},
footer: {
github: 'https://github.com/youzan/vant',