feat(Tab): improve scrollLeftTo performance

This commit is contained in:
陈嘉涵
2019-12-16 20:57:13 +08:00
parent e9369acf26
commit f8a3669f2d
5 changed files with 35 additions and 28 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ export default {
| sticky | 是否使用粘性定位布局 | *boolean* | `false` | - |
| swipeable | 是否开启手势滑动切换 | *boolean* | `false` | - |
| lazy-render | 是否开启标签页内容延迟渲染 | *boolean* | `true` | - |
| scrollspy | 是否开启滚动导航 | *boolean* | `false` | - |
| scrollspy | 是否开启滚动导航 | *boolean* | `false` | 2.3.0 |
### Tab Props