Skip to content

Commit fda471d

Browse files
committed
chore: set dynamicHeight default true
1 parent f1d0fd1 commit fda471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tree/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineComponent({
4949
// Enable dynamic row heights for virtual scroll.
5050
dynamicHeight: {
5151
type: Boolean,
52-
default: false,
52+
default: true,
5353
},
5454
// When there is a selection function, define the selected path.
5555
// For multiple selections, it is an array ['root.a','root.b'], for single selection, it is a string of 'root.a'.

0 commit comments

Comments
 (0)