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