<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:''