
swiper
jjw_zyfx
仅当做个人笔记使用
展开
-
vue swiper 制作导航栏
先看效果代码如下:<template> <div class="sec-history"> <div class="wrap-year-swiper"> <swiper class="year-swiper" :options="swiperOption" ref="yearSwiper"> <div class="swiper-slide yearList" id="yearLis原创 2021-06-23 16:52:57 · 750 阅读 · 0 评论 -
vue 使用swiper的时候报 [Vue warn]: Failed to mount component: template or render function not d
想使用swiper6要看清楚swiper官网的第一句也就是说6支持的vue版本是3,vue2 是不能使用的原创 2021-06-19 20:38:34 · 587 阅读 · 0 评论 -
vue 使用swiper详细步骤
首先请参考下边这个连接,安装正确https://blog.youkuaiyun.com/jjw_zyfx/article/details/117880298?spm=1001.2014.3001.5501原创 2021-06-13 18:56:13 · 21854 阅读 · 5 评论 -
vue3 中使用 swiper
官方这个不大好用因为有版本兼容问题:https://swiperjs.com/vue可以参考ru'xia原创 2021-06-13 16:36:19 · 3697 阅读 · 0 评论