Skip to content

Commit

Permalink
video: Add stored videos player
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoManzoli committed Mar 26, 2024
1 parent 4a45f18 commit 91809f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/VideoPlayer.vue
Expand Up @@ -19,7 +19,10 @@
import { ref, watchEffect } from 'vue'
const props = defineProps({
videoUrl: String,
videoUrl: {
type: String,
default: '',
},
openVideoPlayerDialog: Boolean,
})
Expand Down

0 comments on commit 91809f0

Please sign in to comment.