Peach

Results 360 comments of Peach

The `$nextTick` just detect the next DOM update, but the items didn't be removed when the `$nextTick` be triggered if you used the transition feature, so we need use the...

Aha...Maybe I thought it too simple? I will try it and add a example into the GitHub Pages. But I was on vacation, I have to delay to add the...

@manniL sorry, no progress now...I try the transition hooks to implement it but it is too complex, I did not find an elegant way, so it is temporarily shelved

@nathanzhang1992 good idea! I've tried to handle hooks through this component, but it is difficult, deal with outside maybe the real right way.

Thanks for the greate work from @nVitius , there has an pre-alpha version `[email protected]` base on the #312 branch, as the temporary way for Vue.js 3.0 projects. PR #312 still...

@gigosa It is a bug, I will fix it in the next version, thanks a lot and glad you like it :D

For this problem, I think this solution cannot solve the real problem, because this component will find a error scroll wrapper if the real parent is a invisible `iframe` in...

I see, maybe the `force-use-infinite-wrapper` attribute can help you, details in [here](https://github.com/PeachScript/vue-infinite-loading/issues/55#issuecomment-324375692).

Oh, I found that you were also one of the participants in that issue, is this way useless?