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
The problem is that the setup function of all Child pages is called more often than once.
Additional information
No response
The text was updated successfully, but these errors were encountered:
mibiio
changed the title
Setup function called multiple times with router-views and keep-alive
Setup function called multiple times with router-view and keep-alive
Aug 7, 2023
Reproduction
https://stackblitz.com/edit/quasarframework-2jj1tx?file=src%2Frouter%2Froutes.js
Steps to reproduce the bug
Expected behavior
The setup function should be called exactly one time for each component.
Actual behavior
What happened?
When using keep-alive with router-views the setup function is called multiple times.
Following structure:
The problem is that the setup function of all Child pages is called more often than once.
Additional information
No response
The text was updated successfully, but these errors were encountered: