1.Cannot find module 'swiper'
我也就试了下github上的demo啊,哪错了??
好的,再去下载swiper,轮播图能显示了
让我们再来试试下面的小点点
不管是
pagination: {
el: '.swiper
-pagination'
}
还是 pagination: '.swiper
-pagination'
都不得行
然后我去下载了旧的版本,问题解决
千万别下载最新版本,鬼知道有什么千奇百怪的问题
2.组件内样式失效

方案一:全局覆盖
就是不加scope
方案二:样式穿透,看上去高级一点
sass和less
在选择器前面加上 /deep/