[bugfix] Collapse: height not change (#1846)

This commit is contained in:
ShuaiKang Zhang 2019-08-08 16:54:53 +08:00 committed by neverland
parent c92cec52e0
commit bc41e82c34

View File

@ -42,6 +42,9 @@ VantComponent({
.then(nextTick)
.then(() => {
this.set({ transition: true });
})
.then(() => {
this.onTransitionEnd();
});
},