ditch vue-lazyload

This commit is contained in:
Nazar Kanaev
2021-04-01 17:00:42 +01:00
parent cd412a4ac5
commit 34b50d388a
3 changed files with 2 additions and 10 deletions

View File

@@ -13,8 +13,6 @@ var debounce = function(callback, wait) {
}
}
Vue.use(VueLazyload)
Vue.directive('scroll', {
inserted: function(el, binding) {
el.addEventListener('scroll', debounce(function(event) {

File diff suppressed because one or more lines are too long