[improvement] Sku: tsx (#2801)

This commit is contained in:
neverland
2019-02-20 10:51:18 +08:00
committed by GitHub
parent bff9c9d6d9
commit 5c7c14d8df
8 changed files with 124 additions and 26 deletions
+1
View File
@@ -165,6 +165,7 @@ In swipeable mode, you can switch tabs with swipe gestrue in the content
| swipeable | Whether to switch tabs with swipe gestrue in the content | `Boolean` | `false` |
| animated | Whether to change tabs with animation | `Boolean` | `false` |
| ellipsis | Whether to ellipsis too long title | `Boolean` | `true` |
| lazy-render | Whether to enable tab content lazy render | `Boolean` | `true` |
### Tab API
+1
View File
@@ -169,6 +169,7 @@ export default {
| swipe-threshold | 滚动阈值,标签数量超过多少个可滚动 | `Number` | `4` | - |
| animated | 是否开启切换标签内容时的转场动画 | `Boolean` | `false` | 1.4.5 |
| ellipsis | 是否省略过长的标题文字 | `Boolean` | `true` | 1.5.0 |
| lazy-render | 是否开启标签页内容延迟渲染 | `Boolean` | `true` | 1.6.6 |
### Tab API