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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
中文用户注意:
BUG REPORT TEMPLATE
Vue.js version and component version
Vue 2
Reproduction Link
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: