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

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

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