videojs-resolution-switcher-v7 icon indicating copy to clipboard operation
videojs-resolution-switcher-v7 copied to clipboard

videojs@7 切换清晰度

Results 2 videojs-resolution-switcher-v7 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37432304/90467777-9d86b480-e147-11ea-8438-3cdb8bae1c20.png)

大神,显示这个错误是什么原因呢---还需要设置什么吗 import videojs from 'video.js' import "videojs-flash" //在我们要使用的文件中导入就行 import '../../assets/css/video_test.css' import '@xiaoyexiang/videojs-resolution-switcher-v7/lib/videojs-resolution-switcher-v7.css' // import 'videojs-resolution-switcher' if (process.client) { window.videojs = videojs require('@xiaoyexiang/videojs-resolution-switcher-v7') } this.player = this.$video('#myVideo', this.playerOptions, function () {...