2021-08-18
Posted Gelcon.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-08-18相关的知识,希望对你有一定的参考价值。
NUXT项目使用Swiper显示Cannot resolve “swiper/dist/css/swiper.css”
npm install vue-awesome-swiper@3.1.3
npm install swiper swiper@3.4.2 --save-dev
nuxt-swiper-plugin.js文件内容
import Vue from 'vue'
import VueAwesomeSwiper from 'vue-awesome-swiper/dist/ssr'
Vue.use(VueAwesomeSwiper)
这是Swiper版本引起的问题
此处使用vue-awesome-swiper3.1.3, swiper 3.4.2
共勉
以上是关于2021-08-18的主要内容,如果未能解决你的问题,请参考以下文章