mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Collapse: height not change (#1846)
This commit is contained in:
parent
c92cec52e0
commit
bc41e82c34
@ -42,6 +42,9 @@ VantComponent({
|
||||
.then(nextTick)
|
||||
.then(() => {
|
||||
this.set({ transition: true });
|
||||
})
|
||||
.then(() => {
|
||||
this.onTransitionEnd();
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user