xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
575 stars 96 forks source link

警告:Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function. #121

Open Jopacity opened 8 months ago

Jopacity commented 8 months ago

我参照你的代码加载mp4文件,出现一下问题:

  1. 警告。Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.
  2. 报错。Uncaught (in promise) TypeError: Cannot read properties of null (reading 'focus')
  3. 报错。Uncaught (in promise) TypeError: Cannot read properties of null (reading 'canPlayType')

image

`

`

liukang824 commented 8 months ago

楼主这个问题有没有解决