the video played on the page will not be played after loading the page
Code:
<video muted width="100%" height="500" autoplay loop controls="controls">
<source :src="videoOptions" type="video/mp4" >
video
</video>
data(){
return{
videoOptions:"../../../static/video/banner_gxvideo.mp4",
}
}
result:
:
1require
2require