fix(Sidebar): fix emit wrong index in click event after render new sidebar-item list (#2472)

fix #2369
This commit is contained in:
rex 2019-12-05 11:15:23 +08:00 committed by GitHub
parent 2c8a619e76
commit 40286a21d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ VantComponent({
this.setActive(this.data.activeKey);
},
unlinked(target) {
this.items = this.children.filter(
this.children = this.children.filter(
(item: WechatMiniprogram.Component.TrivialInstance) => item !== target
);
this.setActive(this.data.activeKey);