Skip to content

Commit 63c2c5b

Browse files
authored
fix(uat): fix uni-app-types _LivePusherProps.aspect (#42)
1 parent 3626dd8 commit 63c2c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uni-app-types/src/media-components/live-pusher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ type _LivePusherProps = CommonProps &
464464
*
465465
* 默认为 3:2
466466
*/
467-
aspect: number;
467+
aspect: string;
468468
/**
469469
* 是否静音
470470
*

0 commit comments

Comments
 (0)