|  |      1nyaapass      2019-09-01 10:48:03 +08:00 Chrome 已经原生支持了,像斗鱼的画中画就是点击右上角按钮直接调用 Chrome 的 | 
|  |      2learnshare      2019-09-01 10:51:28 +08:00 跟 Vue 没啥关系,一种方案是启用原生的功能(如一楼),另一种方案是把播放器 fixed 到右下角 | 
|  |      3freewind      2019-09-01 10:55:13 +08:00 | 
|  |      4sunjourney      2019-09-01 12:19:42 +08:00 用 dom 原生方便很多,vue、react 不支持 dom 元素跨层级移动,把 video 标签移动下就好,记得调用下 video.play(),每次 appendChild video 会自动暂停 |