Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating tabs dynamically? #37

Open
securitybryan opened this issue Jun 19, 2023 · 2 comments
Open

Creating tabs dynamically? #37

securitybryan opened this issue Jun 19, 2023 · 2 comments

Comments

@securitybryan
Copy link

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.

@g1ronn1mo
Copy link

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.

@securitybryan
Copy link
Author

Thank you for letting me know. It is surprising how difficult it seems to be to get simple tabs working with Vue 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants