Describe the bug
I'm using the latest version of vue3 and have gotten the component instance, but can't execute the play() method
Reproduction
<script setup>
const videoPlayerRef = ref('')
const vedioStore = useVedioStore()
const { allVedioList } = storeToRefs(vedioStore)
const playerOptions = ref({})
console.log("videoPlayerRef", videoPlayerRef);
</script>
System Info
"dependencies": {
"@videojs-player/vue": "1.0.0",
"video.js": "8.9.0",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
},
Used Package Manager
yarn
Validations
Describe the bug
I'm using the latest version of vue3 and have gotten the component instance, but can't execute the play() method
Reproduction
System Info
Used Package Manager
yarn
Validations