vue使用vue-awsome-swiper报错 :Maximum call stack size exceeded

vue使用vue-awsome-swiper报错 :Maximum call stack size exceeded

原因...

因为自己定义的Swiper.vue 里的name和 插件里的swiper重复了 修改后 name: 'HomeSwiper', 换个名字就好了

vue使用vue-awsome-swiper报错 :Maximum call stack size exceeded

 

 解释:

  你的swiper组件的name属性不能和组件名相同

  name的作用:

vue使用vue-awsome-swiper报错 :Maximum call stack size exceeded

 

 

 

vue使用vue-awsome-swiper报错

posted @ 2019-02-19 17:17 云淡风轻xin 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-10-01
  • 2022-01-19
  • 2021-10-02
  • 2021-06-03
  • 2021-08-06
  • 2021-09-27
  • 2021-11-22
猜你喜欢
  • 2021-12-01
  • 2021-11-10
  • 2021-07-12
  • 2022-12-23
  • 2021-05-23
  • 2021-04-29
相关资源
相似解决方案