提交 08d1f2f8 编写于 作者: Q qiang

feat(App): video advanced

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