mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
fix(Textarea): autoresize does not work when initializing modelValue (#2681)
This commit is contained in:
@@ -151,7 +151,7 @@ function autoResize() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(() => modelValue, () => {
|
watch(modelValue, () => {
|
||||||
nextTick(autoResize)
|
nextTick(autoResize)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user