Skip to content
1 change: 1 addition & 0 deletions packages/taro-components/src/components/video/video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export class Video implements ComponentInterface {

componentWillLoad () {
this._enableDanmu = this.enableDanmu
this.isMute = this.muted
}

componentDidLoad () {
Expand Down