oumoussa98 / vue3-infinite-loading

Infinite scroll component compatible with vuejs-3 and vitejs
https://vue3-infinite-loading.netlify.app/
191 stars 31 forks source link

the loader doesn't load nicely only half of the circle can be seen. #62

Open diyana123 opened 1 year ago

Gala-1024 commented 8 months ago

try <div class="w-[100%] flex items-center justify-center"> <InfiniteLoading v-if="!data.lastPage" @infinite="load" /> </div>