Skip to content

ready method is not called on child component #1005

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

Closed
FWeinb opened this issue Jul 3, 2015 · 3 comments
Closed

ready method is not called on child component #1005

FWeinb opened this issue Jul 3, 2015 · 3 comments
Labels

Comments

@FWeinb
Copy link

FWeinb commented Jul 3, 2015

While trying this framework using vue-loader and webpack I noticed that the ready method on a child component isn't called. At first I though that it must be some problem with vue-loader after but building a reduced test cased I think this is a problem with [email protected].

You can find the test case here.

@crswll
Copy link

crswll commented Jul 3, 2015

If you don't use Vue.extend() it calls the ready hook. Unless there's a reason for that I'm not aware of, which is very likely, I think that's the problem.

@yyx990803 yyx990803 added the bug label Jul 3, 2015
@FWeinb
Copy link
Author

FWeinb commented Jul 3, 2015

I am using Vue.extend() in the test case.

@FWeinb
Copy link
Author

FWeinb commented Jul 3, 2015

@yyx990803
Awesome! That was very fast! 👍

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

No branches or pull requests

3 participants