From a956d73b93a7bd1351c9fd981f8c5780853341bf Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 14 Oct 2022 22:03:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(video):=20app=E7=AB=AF=E6=94=AF=E6=8C=81ti?= =?UTF-8?q?tle=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/app-plus/view/components/video/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/platforms/app-plus/view/components/video/index.vue b/src/platforms/app-plus/view/components/video/index.vue index 4a91d86ec..374f8ab37 100644 --- a/src/platforms/app-plus/view/components/video/index.vue +++ b/src/platforms/app-plus/view/components/video/index.vue @@ -66,7 +66,8 @@ const attrs = [ 'httpCache', 'playStrategy', 'header', - 'advanced' + 'advanced', + 'title' ] export default { @@ -198,6 +199,10 @@ export default { default () { return [] } + }, + title: { + type: String, + default: '' } }, computed: { -- GitLab