vue3-video-play icon indicating copy to clipboard operation
vue3-video-play copied to clipboard

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看

Results 136 vue3-video-play issues
Sort by recently updated
recently updated
newest added

![QQ截图20220505204445](https://user-images.githubusercontent.com/29811700/166925970-9a012760-8fc9-4c1d-ac47-201864819ef5.png) ![QQ截图20220505204457](https://user-images.githubusercontent.com/29811700/166925994-68dd4062-e0f7-44ab-92d7-f26a02c90d75.png) 按提供的 demo 引入,直接报错,"vue3-video-play": "^1.3.1-beta.6" 是我写得不对?希望能告知原因

### 修复此问题:https://github.com/xdlumia/vue3-video-play/issues/60

#### 播放完毕后运行如下代码: ``` const ended = () => { options.src = `http://xxxxxx/xx.mp4` }; ``` ### 结果:视频能正常切换到下一个并且成功播放,但是控制器状态不能正常同步。 ![image](https://user-images.githubusercontent.com/19420983/171119169-395500e6-e74a-4279-9acc-5576c62d561b.png)

使用默认引入后,使用后出现错误Uncaught (in promise) TypeError: Cannot read properties of null (reading 'setupContext')

vite ![image](https://user-images.githubusercontent.com/34528051/162404765-e85608ad-7741-472f-b548-13b7f14b72d7.png) ![image](https://user-images.githubusercontent.com/34528051/162405399-9f5c6519-a2c0-41a8-b191-0acbbf5ddfbe.png) ![image](https://user-images.githubusercontent.com/34528051/162405108-83ea4328-6ace-4a7a-bf29-f6a1f72b8fb8.png)

![image](https://user-images.githubusercontent.com/33096672/167501633-5f880b98-5030-4ed0-9405-27be06ce9600.png) 从图片中可以看到 props里面currentTime:109 已经设置了 但是视频的播放位置不变。

Hi @xdlumia , how can we change the control buttons text. By default some of the buttons text are coming in chinese Thanks!

移动端(我用的IPAD)Chrome浏览器无法播放,但是PC上的Chrome浏览器(win10 & ubuntu 20)可以播放。 甚至IPAD的Chrome无法播放 demo 中的影片 https://codelife.cc/vue3-video-play/ IPAD的Chrome Version: 95.0.4638.50 谢谢