1.全局引用import 'swiper/css/swiper.css';报错

vue-awesome-swiper引入import ‘swiper/css/swiper.css报错和轮播效果失效

执行 npm install --save swiper/css/swiper.css 后提示无法安装

问题出在 main.js 中 import 'swiper/css/swiper.css' 这句话上,应该替换为 import 'swiper/swiper-bundle.css'

2.轮播效果失效

应该把swiper版本降到5

执行npm install [email protected] --save

相关文章:

  • 2021-11-26
  • 2022-12-23
  • 2021-11-19
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案