mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Collpase: height calc error when set user-select none (#2702)
This commit is contained in:
parent
eb6f1b1df6
commit
f7e3c71b6e
@ -73,7 +73,7 @@ export default sfc({
|
||||
this.inited = true;
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
raf(() => {
|
||||
const { content, wrapper } = this.$refs;
|
||||
if (!content || !wrapper) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user