mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user