视频弹窗无法播放视频
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<div class="general_video_btn" @click="clearVideo">
|
||||
<i class="fi fi-rr-cross-small"></i>
|
||||
</div>
|
||||
<video ref="video" controls>
|
||||
<source :src="url" type="video/webm">
|
||||
Your browser does not support the video tag or the file format of this video.
|
||||
<video ref="video" controls :src="url">
|
||||
<!-- <source :src="url" type="video/webm">
|
||||
Your browser does not support the video tag or the file format of this video. -->
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user