hilongjw / vue-lazyload

A Vue.js plugin for lazyload your Image or Component in your application.
http://hilongjw.github.io/vue-lazyload/
MIT License
7.99k stars 865 forks source link

vue3 dosnt have prototype property #470

Closed binvb closed 3 years ago

binvb commented 3 years ago

in vue2

Vue.prototype.$Lazyload = lazy

in vue3

Vue.config.globalProperties.$Lazyload = lazy
binvb commented 3 years ago

todo: need more test