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
Is it possible to dynamically create tabs? I have a wizard in Backbone I am moving to Vue 3 and need to create tabs on the fly depending upon the path the user selects.
The text was updated successfully, but these errors were encountered:
No, this is not possible on the native way. I tried it, and the form gets preloaded in the first place. Every TabComponent that is dynamically loaded gets pushed to the end.
Is it possible to dynamically create tabs? I have a wizard in Backbone I am moving to Vue 3 and need to create tabs on the fly depending upon the path the user selects.
The text was updated successfully, but these errors were encountered: