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
All my components are mounted when i start the app. Is possible to fix lazy load? Because i don't want the onMounted propriety to be executed when i start my app. There was the same issue in the legacy form-wizard, #356 and #377
@kauenzo
Thanks for your report . i will check this issue.
If you explain more it can help alot.
Do you want render WizardStep component and lazyload TabContent component or both of them hide when you set lazy?
@parsajiravand I want to render tabContent components only when it has in its index. Actualy, all components are mounted when app is start, this makes the onMounted property to be executed in start
All my components are mounted when i start the app. Is possible to fix lazy load? Because i don't want the onMounted propriety to be executed when i start my app. There was the same issue in the legacy form-wizard, #356 and #377
The text was updated successfully, but these errors were encountered: