<!-- - Try to search for your issue, it may have already been answered or even fixed in the development version. - Check if the issue is reproducible with the latest stable version of Vue-infinite-loading. If you are using a pre-release, please indicate the specific version you are using. - It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed. - It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](https://jsfiddle.net/PeachScript/qax0dbnc/) that already includes the latest version of Vue-infinite-loading. - If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it. --> ### Version 2.4.3 ### Vue.js version 2.2.1 ### Reproduction Link <!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. --> <!-- You could start with this template: https://jsfiddle.net/PeachScript/qax0dbnc/ --> https://jsfiddle.net/shixy007/eywraw8t/479224/ ### Steps to reproduce 1. click '/home' link 2. click '/fool' link 3. click '/home' link 4. click '/fool' link ### What is Expected? 每次点击 '/fool' 后都应该触发 infinite 进行加载 ### What is actually happening? 第二次点击 '/fool' 后都没有触发 infinite 进行加载; ### Compared 1 1. click '/home' link 2. scroll down 3. click '/fool' link 4. click '/home' link 5. scroll down 6. click '/fool' link 加载正常  ### Compared 2 在去掉包裹 router-view 的 transition 之后,加载正常 https://jsfiddle.net/shixy007/eywraw8t/479226/