Open kauenzo opened 1 year ago
@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