It would be nice to have access to isFirstLoad variable inside <template v-slot:spinner>... via scoped-slot. Because sometimes it's normal to show skeleton loader or any other loader as initial loader ( just for the first loading ), and change it to other loader after it, for example:
It would be nice to have access to
isFirstLoad
variable inside<template v-slot:spinner>...
via scoped-slot. Because sometimes it's normal to show skeleton loader or any other loader as initial loader ( just for the first loading ), and change it to other loader after it, for example:Pull request: https://github.com/PeachScript/vue-infinite-loading/pull/288