Zch

Results 2 issues of Zch

``` ::: demo ```vue 111 import GupoButton from "../../../../src/components/Basic/Button"; export default { component: {GupoButton} } ` ` ` ::: ``` ![image](https://user-images.githubusercontent.com/30221824/131815975-b3541f56-cbdb-42df-b620-fd1f84560f5e.png)

### 重现链接 https://github.com/zch233/van-list-transition-bug1 ### Vant 版本 4.9.19 ### 描述一下你遇到的问题。 List 组件在带有 Transition 的路由中切换会导致 load 事件没触发 ``` // source code if (direction === 'up') { isReachEdge = scrollParentRect.top - placeholderRect.top

bug: need confirm