刚开始安装hls.js视频播放库 按照官方文档 npm install --save hls.js 发现在vue里面没有找到,然后改了 npm install --save-dev @types/hls.js