Commit 5e17244f by hank

fix bug

parent 1db2d95c
...@@ -30,10 +30,10 @@ export default { ...@@ -30,10 +30,10 @@ export default {
return { return {
swiperOption: { swiperOption: {
slidesPerView: "auto", slidesPerView: "auto",
observer: true, // observer: true,
/* 将observe应用于Swiper的父元素。 /* 将observe应用于Swiper的父元素。
当Swiper的父元素变化时,例如window.resize,Swiper更新。 */ 当Swiper的父元素变化时,例如window.resize,Swiper更新。 */
observerParents: true // observerParents: true
} }
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment