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 vue@2.4.1
npm install vue-template-compiler@2.4.1 --save-dev
  • 步骤三
    ok了,启动项目验证一下
npm run dev

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


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

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

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

Logo

前往低代码交流专区

更多推荐