A粒麦子

Results 1 issues of A粒麦子

![image](https://user-images.githubusercontent.com/15182982/167237663-75e59c40-b1e6-4e1b-9115-25b3e0f0e52c.png) 对照Vue2中的源码逻辑 https://github.com/vuejs/vue/blob/dev/src/core/vdom/patch.js#L469 改为 let anchor = newChildren[newEndIdx + 1] ? newChildren[newEndIdx + 1].el : null; patch(null, newChildren[i], container, anchor);

已确认
已在七印中修正