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
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].
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.
While trying this framework using
vue-loader
andwebpack
I noticed that theready
method on a child component isn't called. At first I though that it must be some problem withvue-loader
after but building a reduced test cased I think this is a problem with[email protected]
.You can find the test case here.
The text was updated successfully, but these errors were encountered: