fix(Input): autoSize not work when change value in onMounted (#7478)
parent
ab874ffd4b
commit
2b41e56520
|
@ -77,7 +77,7 @@ const ResizableTextArea = defineComponent({
|
|||
startResize();
|
||||
}
|
||||
},
|
||||
{ immediate: true, flush: 'post' },
|
||||
{ immediate: true },
|
||||
);
|
||||
const autoSizeStyle = ref<CSSProperties>();
|
||||
watch(
|
||||
|
|
Loading…
Reference in New Issue