Skip to content

Commit

Permalink
fix: watch muted attr in video component
Browse files Browse the repository at this point in the history
  • Loading branch information
yandadaFreedom committed Sep 26, 2023
1 parent a331cd0 commit 143b430
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
classList: ''
}
},
watch: {
muted (val) {
this.mutedCopy = val
}
},
mounted () {
this.initStyle()
this.initEvent()
Expand Down

0 comments on commit 143b430

Please sign in to comment.