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

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

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