提交 604e5dd2 编写于 作者: d-u-a's avatar d-u-a

update: vue video 组件增加属性 show-loading

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