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

feat(app): video header

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