提交 0ecaadc7 编写于 作者: Q qiang

feat(app): video header

上级 365e7e7f
......@@ -61,7 +61,8 @@ const attrs = [
'showLoading',
'codec',
'httpCache',
'playStrategy'
'playStrategy',
'header'
]
export default {
......@@ -169,6 +170,12 @@ export default {
playStrategy: {
type: [Number, String],
default: 0
},
header: {
type: Object,
defult () {
return {}
}
}
},
computed: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册