Skip to content

Commit

Permalink
fix(mini-runner): 修复 Vue2 video 组件不能设置 muted 的问题,fix #9550
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Dec 13, 2021
1 parent c72188c commit 08aa76b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/taro-mini-runner/src/webpack/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ export function customVueChain (chain) {

return el
}
}]
}],
mustUseProp: function () {
return false
}
}
})
}

0 comments on commit 08aa76b

Please sign in to comment.