Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): Video[enable-auto-rotation] 类型错误 (#1798)
Browse files Browse the repository at this point in the history
Co-authored-by: watsonhaw <[email protected]>
  • Loading branch information
watsonhaw5566 and watsonhaw committed Dec 20, 2021
1 parent 39a002c commit e6291d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax-wechat/src/hostComponents/Video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface VideoProps extends BaseProps {
/** 是否开启播放手势,即双击切换播放/暂停 2.4.0 */
enablePlayGesture?: boolean;
/** 是否开启手机横屏时自动全屏,当系统设置开启自动旋转时生效 2.11.0 */
enableAutoRotation?: false;
enableAutoRotation?: boolean;
/** 是否显示锁屏按钮,仅在全屏时显示,锁屏后控制栏的操作 2.11.0 */
showScreenLockButton?: false;
/** 是否显示截屏按钮,仅在全屏时显示 2.13.0 */
Expand Down

0 comments on commit e6291d8

Please sign in to comment.