有遮罩层的视频
<el-dialog
:visible.sync="shipinshow"
width="60%"
heigth="60%"
>
<video
style="width: 100%;height: 100%;"
controls
autoplay
ref="videoPlayer"
>
<source
:src='vide'
type="video/mp4"
>
</video>
</el-dialog>
data里面的变量
// 视频
shipinshow: false,
video:''
原文地址:https://blog.csdn.net/m0_62336925/article/details/144291107
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!