mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user