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.
2 parents 7cdcb74 + 587d0e7 commit cade4c9Copy full SHA for cade4c9
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