提交 a956d73b 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat(video): app端支持title属性

上级 97e27c00
...@@ -66,7 +66,8 @@ const attrs = [ ...@@ -66,7 +66,8 @@ const attrs = [
'httpCache', 'httpCache',
'playStrategy', 'playStrategy',
'header', 'header',
'advanced' 'advanced',
'title'
] ]
export default { export default {
...@@ -198,6 +199,10 @@ export default { ...@@ -198,6 +199,10 @@ export default {
default () { default () {
return [] return []
} }
},
title: {
type: String,
default: ''
} }
}, },
computed: { computed: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册