-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
What event can be used inside a component after template is inserted? #352
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
Comments
By template do you mean partials? |
yeah, I'm using them like the vue_spa example |
Supposedly partials should have been inserted in ready hook. I'll look into this. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried with "ready" event but it didn't find the element, only if I did my login inside a setTimeout.
The "attached" event doesn't seem to fire, by the way.
The text was updated successfully, but these errors were encountered: