-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
InitTE method doesn't reinitialize components in frameworks with routing (for example vue + vue-router) #1893
Comments
Running into the same issue with the leptos framework when navigation between pages causes HTML elements to be deleted/created. |
@smessmer We are going to change the Example of usage:
|
I'm using the UMD setup, i.e. I don't call |
@smessmer UMD format also uses
|
oh so |
@smessmer In your case, initializing via JS seems to be the best option. |
I was looking for this answer all over the place, thx a lot they should put this in vue integration |
#1891
The text was updated successfully, but these errors were encountered: