diff --git a/packages/vant/src/tab/README.md b/packages/vant/src/tab/README.md index f1d5b2cfb..03d27027b 100644 --- a/packages/vant/src/tab/README.md +++ b/packages/vant/src/tab/README.md @@ -25,7 +25,7 @@ The first tab is active by default, you can set `v-model:active` to active speci ```html - + content of tab {{ index }} @@ -46,9 +46,9 @@ export default { ```html - content of tab 1 - content of tab 2 - content of tab 3 + content of tab 1 + content of tab 2 + content of tab 3 ``` @@ -69,7 +69,7 @@ By default more than 5 tabs, you can scroll through the tabs. You can set `swipe ```html - + content of tab {{ index }} @@ -81,7 +81,7 @@ Use `disabled` prop to disable a tab. ```html - + content of tab {{ index }} @@ -93,17 +93,17 @@ Tabs styled as cards. ```html - + content of tab {{ index }} ``` -### Click Tab Event +### Click Event ```html - + content of tab {{ index }} @@ -128,8 +128,8 @@ In sticky mode, the tab nav will be fixed to top when scroll to top. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -140,21 +140,27 @@ In shrink mode, the tabs will be shrinked to the left. ```html - - content {{ index }} + + content of tab {{ index }} + + + + + + content of tab {{ index }} ``` -### Custom title +### Custom Tab Use title slot to custom tab title. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -165,8 +171,8 @@ Use `animated` props to change tabs with animation. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -177,8 +183,8 @@ In swipeable mode, you can switch tabs with swipe gesture in the content. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -189,8 +195,8 @@ In scrollspy mode, the list of content will be tiled. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -199,8 +205,8 @@ In scrollspy mode, the list of content will be tiled. ```html - - content {{ index }} + + content of tab {{ index }} ``` @@ -239,7 +245,7 @@ By setting the `showHeader` prop to `false`, the title bar of the Tabs component ```html - content {{ index }} + content of tab {{ index }} ``` diff --git a/packages/vant/src/tab/README.zh-CN.md b/packages/vant/src/tab/README.zh-CN.md index e1d7ef9da..01d8dd640 100644 --- a/packages/vant/src/tab/README.zh-CN.md +++ b/packages/vant/src/tab/README.zh-CN.md @@ -135,7 +135,7 @@ export default { ```html - + 内容 {{ index }} @@ -149,7 +149,13 @@ export default { ```html - + + 内容 {{ index }} + + + + + 内容 {{ index }} @@ -162,7 +168,7 @@ export default { ```html - + 内容 {{ index }} @@ -174,7 +180,7 @@ export default { ```html - + 内容 {{ index }} @@ -186,7 +192,7 @@ export default { ```html - + 内容 {{ index }} @@ -198,7 +204,7 @@ export default { ```html - + 内容 {{ index }} @@ -210,7 +216,7 @@ export default { ```html - + 内容 {{ index }} @@ -250,7 +256,7 @@ export default { ```html - 内容 {{ index }} + 内容 {{ index }} ``` diff --git a/packages/vant/src/tab/demo/Shrink.vue b/packages/vant/src/tab/demo/Shrink.vue index 83b8b70b5..3cf3a3609 100644 --- a/packages/vant/src/tab/demo/Shrink.vue +++ b/packages/vant/src/tab/demo/Shrink.vue @@ -8,10 +8,12 @@ const t = useTranslate({ 'zh-CN': { tab: '标签 ', shrink: '收缩布局', + content: '内容', }, 'en-US': { tab: 'Tab ', shrink: 'Shrink', + content: 'content of tab', }, }); diff --git a/packages/vant/src/tab/demo/index.vue b/packages/vant/src/tab/demo/index.vue index 3664bceff..27fb4a83c 100644 --- a/packages/vant/src/tab/demo/index.vue +++ b/packages/vant/src/tab/demo/index.vue @@ -10,6 +10,7 @@ import Shrink from './Shrink.vue'; const t = useTranslate({ 'zh-CN': { tab: '标签 ', + content: '内容', title2: '标签栏滚动', title3: '禁用标签', title4: '样式风格', @@ -19,7 +20,6 @@ const t = useTranslate({ title8: '切换动画', title9: '滑动切换', title10: '滚动导航', - disabled: ' 已被禁用', matchByName: '通过名称匹配', beforeChange: '异步切换', }, @@ -35,7 +35,6 @@ const t = useTranslate({ title8: 'Switch Animation', title9: 'Swipeable', title10: 'Scrollspy', - disabled: ' is disabled', matchByName: 'Match By Name', beforeChange: 'Before Change', }, @@ -81,9 +80,9 @@ const beforeChange = (name: number) => { - {{ t('content') }} 1 - {{ t('content') }} 2 - {{ t('content') }} 3 + {{ t('content') }} 1 + {{ t('content') }} 2 + {{ t('content') }} 3 @@ -137,7 +136,7 @@ const beforeChange = (name: number) => { - + {{ t('content') }} {{ index }} diff --git a/packages/vant/src/tab/test/__snapshots__/demo.spec.ts.snap b/packages/vant/src/tab/test/__snapshots__/demo.spec.ts.snap index b72adc9b3..4e5433116 100644 --- a/packages/vant/src/tab/test/__snapshots__/demo.spec.ts.snap +++ b/packages/vant/src/tab/test/__snapshots__/demo.spec.ts.snap @@ -781,7 +781,7 @@ exports[`should render demo and match snapshot 1`] = ` aria-labelledby="van-tabs-0" style > - Content 1 + content of tab 1
- Content 1 + content of tab 1