vue-music 移动端不能播放歌曲的解决方案

版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/csdn_yudong/article/details/80111979

vue-music 项目移动端不能播放歌曲的解决方案

  • 步骤一

卸载 vue 和 vue-template-compiler

npm uninstall vue vue-template-compiler
  • 步骤二

安装 2.4.1 版本的 vue 和 vue-template-compiler
【vue 和 vue-template-compiler 的版本号必须一致】

npm install [email protected]
npm install [email protected] --save-dev
  • 步骤三
    ok了,启动项目验证一下
npm run dev

---------------------------(正文完)------------------------------------
一个前端的学习交流群,想进来面基的,可以点击这个logoVue学习交流,或者手动search群号:685486827


写在最后: 约定优于配置-------软件开发的简约原则.
-------------------------------- (完)--------------------------------------

我的:
个人网站: https://neveryu.github.io/neveryu/
Github: https://github.com/Neveryu
新浪微博: https://weibo.com/Neveryu

更多学习资源请关注我的新浪微博…

猜你喜欢

转载自blog.csdn.net/csdn_yudong/article/details/80111979