Oleksandr Havrashenko
Oleksandr Havrashenko
There is a conflict in infinity-scroll and vuejs documentations. It's said that I can hide default styles using v-slot on any elements but template ( https://github.com/PeachScript/vue-infinite-loading/blob/master/docs/guide/configure-load-msg.md#about-hide--default-styles ), but in vuejs...
Using `v-show` directive for hiding slots can cause some issues, for example, if you have a modal content for loader provided by vue-portal it can't be hidden just with `display:...
It would be nice to have access to `isFirstLoad` variable inside `...` via scoped-slot. Because sometimes it's normal to show skeleton loader or any other loader as initial loader (...