Open citricacid-pl opened 5 years ago
me too
A quick and DIRTY workaround is to do this before loading the plugin:
Vue.use({
install() {
Vue.prototype.destroy = Vue.prototype.$destroy;
},
});
@stefanfisk Yes. Seems dirty. There is another solution proposed in #381 (similar to yours but not that hacky)
A quick and DIRTY workaround is to do this before loading the plugin:
Vue.use({ install() { Vue.prototype.destroy = Vue.prototype.$destroy; }, });
Thanks. This worked for me.
@hilongjw The fix to this problem is already merged into master. Could you please make a new release, so that all these issues can get resolved?
Hi, I am using vue-lazyload version: 1.3.1 and vue version: 2.6.10.
I am receiving TypeError while using
<lazy-component>
: