We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdcb74 commit 587d0e7Copy full SHA for 587d0e7
src/components/VideoPlayer.vue
@@ -50,7 +50,7 @@ export default {
50
},
51
methods: {
52
pause() {
53
- this.$refs.video.pause();
+ this.$refs.video && this.$refs.video.pause();
54
55
load() {
56
this.hide();
0 commit comments