提交 cb2ce6a3 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat(app): video add attrs show-mute-btn

上级 d787f7d4
...@@ -56,6 +56,7 @@ const attrs = [ ...@@ -56,6 +56,7 @@ const attrs = [
'pageGesture', 'pageGesture',
'enableProgressGesture', 'enableProgressGesture',
'showPlayBtn', 'showPlayBtn',
'showMuteBtn',
'enablePlayGesture', 'enablePlayGesture',
'vslideGesture', 'vslideGesture',
'vslideGestureInFullscreen', 'vslideGestureInFullscreen',
...@@ -158,6 +159,10 @@ export default { ...@@ -158,6 +159,10 @@ export default {
type: [Boolean, String], type: [Boolean, String],
default: true default: true
}, },
showMuteBtn: {
type: [Boolean, String],
default: true
},
enablePlayGesture: { enablePlayGesture: {
type: [Boolean, String], type: [Boolean, String],
default: true default: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册