Add escape button support
This commit is contained in:
parent
17735943d5
commit
e1c3691a72
3 changed files with 15 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
:src="currentMedia.url"
|
||||
@click.stop=""
|
||||
controls autoplay
|
||||
:loop="loopVideo"
|
||||
@loadeddata="onVideoDataLoad">
|
||||
@loadeddata="onVideoDataLoad"
|
||||
:loop="loopVideo">
|
||||
</video>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue