fix(Input): autoSize not work when change value in onMounted (#7478)

pull/7516/head
bqy_fe 2024-04-19 22:36:44 +08:00 committed by GitHub
parent ab874ffd4b
commit 2b41e56520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const ResizableTextArea = defineComponent({
startResize(); startResize();
} }
}, },
{ immediate: true, flush: 'post' }, { immediate: true },
); );
const autoSizeStyle = ref<CSSProperties>(); const autoSizeStyle = ref<CSSProperties>();
watch( watch(