vue-awesome-swiper icon indicating copy to clipboard operation
vue-awesome-swiper copied to clipboard

fade effect not working!!

Open daeehamid opened this issue 3 years ago • 3 comments

nuxt version: 2.15.4

swiper: 6.5.9

vue-awesome-swiper: ^4.1.1

Reproduction Link

  • I used this example https://github.com/surmon-china/surmon-china.github.io/tree/source/projects/vue-awesome-swiper/examples/22-effect-fade.vue

But the effect is still slide !!

daeehamid avatar May 18 '21 12:05 daeehamid

Do you import the EffectFade?

This is the v-swiper.js (plugin) that works for me:

import { Swiper, EffectFade } from 'swiper' import Vue from 'vue' import VueAwesomeSwiper from 'vue-awesome-swiper' import 'swiper/swiper-bundle.css'

Swiper.use([EffectFade]) Vue.use(VueAwesomeSwiper)

Beethoven avatar May 21 '21 19:05 Beethoven

@Beethoven whas is your swiper, vue-awesome-swiper and nuxt version !?

daeehamid avatar May 24 '21 09:05 daeehamid