-
Notifications
You must be signed in to change notification settings - Fork 870
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
Stop working in new Vue 2.2.0 #120
Comments
Same problem! Error: TypeError: e.util.isObject is not a function
at a.value (vue-lazyload.js:6)
at a.value (vue-lazyload.js:6)
at callHook$1 (vue.runtime.common.js:5102)
at _update (vue.runtime.common.js:5028)
at Array.updateDirectives (vue.runtime.common.js:5009)
at invokeCreateHooks (vue.runtime.common.js:4607)
at createElm (vue.runtime.common.js:4501)
at createChildren (vue.runtime.common.js:4591)
at createElm (vue.runtime.common.js:4499)
at createChildren (vue.runtime.common.js:4591)
logError @ vue.runtime.common.js:418 Probably here:
I think it has to do with this change in Vue 2.2.0:
|
I will fix it soon |
fixed in fixed in 1.0.0-rc12 |
Maybe you already notice.
My app stop working after update Vue to newest version, with no specific error. But after comment out all v-lazy usage it was back working.
btw: No specific errors because it was production build, my mistake.
The text was updated successfully, but these errors were encountered: