提交 dfbab331 编写于 作者: Q qiang

feat(app): video add attrs vslideGesture, vslideGestureInFullscreen

上级 b7e47d45
......@@ -57,6 +57,8 @@ const attrs = [
'enableProgressGesture',
'showPlayBtn',
'enablePlayGesture',
'vslideGesture',
'vslideGestureInFullscreen',
'showCenterPlayBtn',
'showLoading',
'codec',
......@@ -144,6 +146,14 @@ export default {
type: [Boolean, String],
default: true
},
vslideGesture: {
type: [Boolean, String],
default: false
},
vslideGestureInFullscreen: {
type: [Boolean, String],
default: false
},
showPlayBtn: {
type: [Boolean, String],
default: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册