Detalhes do pacote

vue-awesome-swiper-rjs1

southflowfire23MIT1.1.3

Swiper component for Vue

vue-awesome-swiper, vue awesome swiper, awesome-swiper, vue carrousel

readme (leia-me)

基本一切都与Surmon原版一致,唯一不同在于你得手动控制 swiper 的更新了,是更新 大小的 的改变(updateSize)还是别的些什么一切由你决定。 再也不会由于父组件某个值一发生变化导致你的 swiper 也会触发 update 生命周期然后强行也 update 一次。这种情形在一个数百页的 swiper 并且伴有频繁data 中数值改变时尤为明显。

API

Swiper's API and configuration can be used.(Swiper官网中的API及配置均可使用)

原Author

Surmon

某个渣渣 rjs

ps:就改两行源码字一周居然有150+的下载,可啪emmm

changelog (log de mudanças)

CHANGELOG

v3.1.3

fixed bug with swiper inside transition. #276

v3.1.2

update webpack config and rebuild.

v3.1.1

fix emit event in browser

v3.1.0

  1. fix loop bug
  2. bind swiper events to vuejs events

v3.0.7

  1. remove reloop function
  2. update ssr example

v3.0.5

  1. update swiper version to v4.0.7

v3.0.4

  1. fix object assign in spa

v3.0.3

  1. fix reLoop method #205

v3.0.2

  1. fix ssr build bug

v3.0.1

  1. fix the es module export issue

v3.0.0

use

  1. add global default options
  2. update the options assign logic
  3. Update to Swiper4

project

  • add brower support
  • add test scripts
  • update babel and webpack configs