diff --git a/docs/demos/views/tab.vue b/docs/demos/views/tab.vue
index 320127e42..7517efc84 100644
--- a/docs/demos/views/tab.vue
+++ b/docs/demos/views/tab.vue
@@ -39,6 +39,14 @@
+
+
+
+
+ {{ $t('content') }} {{ index }}
+
+
+
@@ -50,7 +58,8 @@ export default {
title2: '横向滚动',
title3: '禁用标签',
title4: '样式风格',
- title5: '点击事件'
+ title5: '点击事件',
+ title6: '粘性布局'
},
'en-US': {
tab: 'Tab ',
@@ -58,7 +67,8 @@ export default {
title2: 'Swipe Tabs',
title3: 'Disabled Tab',
title4: 'Card Style',
- title5: 'Click Event'
+ title5: 'Click Event',
+ title6: 'Sticky'
}
},
@@ -89,6 +99,8 @@ export default {