Open GHwangxingren opened 5 years ago
It may be related to the fact the swiper can't find them on the init phase
@GHwangxingren
@AndrewBogdanovTSS is right, try not to dynamically control the conditions required for swiper instantiation.
When the component is updated
, component cannot know what your intention to change is, so swiper will not be re-instantiated.
when I use 'v-if' to control my button is show or not,it dosen't work to switch picture.But 'v-show' is useful.I want known the reason.