Skip to content

Commit 2b41e56

Browse files
authored
fix(Input): autoSize not work when change value in onMounted (#7478)
1 parent ab874ff commit 2b41e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/input/ResizableTextArea.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const ResizableTextArea = defineComponent({
7777
startResize();
7878
}
7979
},
80-
{ immediate: true, flush: 'post' },
80+
{ immediate: true },
8181
);
8282
const autoSizeStyle = ref<CSSProperties>();
8383
watch(

0 commit comments

Comments
 (0)