https://github.com/teracy164/infinite-scroll-drop-down バージョン $ vue --version @vue/cli 4.5.11 環境構築 # Vueプロジェクトを作成vue create infinite-scroll-drop-down ? Please pick a preset: Default([Vue 2] babel, eslint)cdinfinite-scroll-drop-down# Vuetifyをインストールvue add ...
exportdefaultclassInfiniteLoadingextendsVue{// The trigger distancedistance:number;// The load spinner typespinner:SpinnerType;// The scroll directiondirection:DirectionType;// Whether find the element which has `infinite-wrapper` attribute as the scroll wrapperforceUseInfiniteWrapper:boolean|string;// I...
Just to clarify, if after the handler call the height scroll is under the threshold distance the handler will be invoked untill the height scroll is before the threshold. this can generate a feeling of loop. Anyway in my case the plugin is still not working. At this point, I think, the...