tswiper

swiper packaged by tobaccos

Usage no npm install needed!

<script type="module">
  import tswiper from 'https://cdn.skypack.dev/tswiper';
</script>

README

tswiper

一个根据Swiper封装的Vue组件,所有的配置和Swiper官方配置一样,使用非常简单

1.建议给每个tswiper配置一个id,若此页面只有一个tswiper实例,可不用配置。

2.buttonNext="haha" buttonPrev="hehe" 如要显示左右切换,可配置切换样式id。

  1. slot="swiper-con" 每一个轮播项,必须添加 slot 插槽name。

4.options为轮播配置项,写法和官方一致。

安装方式:

npm install tswiper --save