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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Hi, wanted to change the slide per view option while resizing on ipad split screen size.
when the screen is 2/3 or half view the resize function is call to change the slidesPerView to 1 and 1/3 view to 1.15.
uses the :key to re-render. I had also use a watch to watch the state change
What is Expected?
when the screen is 2/3 or half view the resize function is call to change the slidesPerView to 1 and 1/3 view to 1.15.
What is actually happening?
The state is change but the component did not re-render.