mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[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:
@@ -51,11 +51,3 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="postcss">
|
||||
.zan-doc-content--quickstart {
|
||||
h3:not(:first-of-type) {
|
||||
margin-top: 35px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user