You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the TypeScript definition, the Swiper Vue's @swiper and @init events should return an object with slideNext and slidePrev methods defined on it. However, attempting to call these methods results in an error. Apparently, the slideNext and slidePrev resolve into undefined when accessed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Based on the TypeScript definition, the Swiper Vue's
@swiperand@initevents should return an object withslideNextandslidePrevmethods defined on it. However, attempting to call these methods results in an error. Apparently, theslideNextandslidePrevresolve intoundefinedwhen accessed.It seems like this has worked previously:
#4226
But when attempting to do this in the latest 12.0.3 version, it gives me the
undefinederror above.Beta Was this translation helpful? Give feedback.
All reactions