Skip to content

Commit

Permalink
feat(renderer): replenishment example and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinwli committed Nov 1, 2023
1 parent f740a12 commit 038ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hippy-vue/external-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
| needAnimation | 切换页面时是否需要动画。 | `boolean` | `Android、iOS、Voltron` |
| scrollEnabled | 指定ViewPager是否可以滑动,默认为true | `boolean` | `Android、iOS、Web-Renderer、Voltron` |
| direction | 设置viewPager滚动方向,不设置默认横向滚动,设置 `vertical` 为竖向滚动 | `string` | `Android、Voltron` |
| scrollEventThrottle | 指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onPageScroll` 事件 | `number` | `Android、iOS、Web-Renderer、Voltron` |
| scrollEventThrottle | 指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onPageScroll` 事件 | `number` | `Android、iOS、Voltron` |

## 事件

Expand Down

0 comments on commit 038ddc0

Please sign in to comment.