surmon-china / vue-awesome-swiper

🏆 Swiper component for @vuejs
https://github.surmon.me/vue-awesome-swiper
MIT License
12.8k stars 1.97k forks source link

swiper cant enable effect #723

Open TT1228 opened 3 years ago

TT1228 commented 3 years ago

Steps to reproduce

\\swiperOption
swiperOption:{
                    effect: 'coverflow',
                    ...
                    coverflowEffect: {
                        rotate: 50,
                        ...
                    },

What is Expected?

effect should takes in parameters,coverflowEffect should specifies the 3d effect of coverflow

What is actually happening?

There is no effect, coverflowEffect in swiperOption, we cant inform swiper what effect should be applied

kukudedaxia commented 3 years ago

Change swiper version ,You can refer to question 726

lockyang commented 3 years ago

https://github.com/surmon-china/vue-awesome-swiper/issues/685