ditch vue-lazyload
This commit is contained in:
parent
cd412a4ac5
commit
34b50d388a
3 changed files with 2 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue