Peach
Peach
Haha, @PatrLind your Chinese is excellent! Thanks for your solution!
Are the items filled with the first screen? This component will trigger infinite event continuously until the scroll container display scroll bar.
Hello @Rahulgans , thanks for your careful description, I try to create a minimal visible program but it cannot reproduce your problem, you can checkout it [here](https://jsfiddle.net/82yy46mv/) and update it...
@sunchenguang if you want to enable this component manually, try the `v-if` to control it. If your list has no data, just finish this infinite load via `$state.complete`. The auto...
@sunchenguang you're welcome. Thanks for your suggestion, I've plan to create a `FAQ` section, will include this feature.
@notflip if you want to fill up your first screen in a manual way, you can initialize this plugin after list data responded, via the `v-if` directive.
请提供一个 Live Demo 复现此问题以便排查原因
It is recommended to put `infinite-loading` under `ul` or simply wrapped it with `li`, to avoid the inherited styles from `li`, how do you think?
Could you provide your template where to bind the `@infinite` event?
@jonny7 @wimil it would be better if you could provide a live demo here