Swiper中文论坛

标题: swiperOption设置属性没用 [打印本页]

作者: Jerry-Tom    时间: 2018-11-16 15:50
标题: swiperOption设置属性没用
我在组件里设置的属性统统没用data() {
  return {
    swiperOption: {
      // some swiper options/callbacks
      // 所有的参数同 swiper 官方 api 参数
      // ...
      freeMode: true,
      freeModeMomentumRatio: 0.5,
      slidesPerView: 'auto',
    }
  }
},在main.js的属性才有反应
Vue.use(VueAwesomeSwiper,{   
  freeMode: true,
  freeModeMomentumRatio: 0.5,
  slidesPerView: 'auto',})这是为什么呢????文档上写的可以啊?有遇到过得小伙伴么??????

作者: Jerry-Tom    时间: 2018-11-16 16:53
我来回答我提出的问题吧
<swiper ptions="swiperOption" ref="mySwiper" @someSwiperEvent="callback">
官方给的文档:options改成:option就好了,没有s




欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/) Powered by Discuz! X3.2