提交 dfbab331 编写于 作者: Q qiang

feat(app): video add attrs vslideGesture, vslideGestureInFullscreen

上级 b7e47d45
...@@ -57,6 +57,8 @@ const attrs = [ ...@@ -57,6 +57,8 @@ const attrs = [
'enableProgressGesture', 'enableProgressGesture',
'showPlayBtn', 'showPlayBtn',
'enablePlayGesture', 'enablePlayGesture',
'vslideGesture',
'vslideGestureInFullscreen',
'showCenterPlayBtn', 'showCenterPlayBtn',
'showLoading', 'showLoading',
'codec', 'codec',
...@@ -144,6 +146,14 @@ export default { ...@@ -144,6 +146,14 @@ export default {
type: [Boolean, String], type: [Boolean, String],
default: true default: true
}, },
vslideGesture: {
type: [Boolean, String],
default: false
},
vslideGestureInFullscreen: {
type: [Boolean, String],
default: false
},
showPlayBtn: { showPlayBtn: {
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.
先完成此消息的编辑!
想要评论请 注册