We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950e3e6 commit 33c7ed8Copy full SHA for 33c7ed8
src/components/Tree/index.tsx
@@ -24,7 +24,7 @@ export default defineComponent({
24
},
25
collapsedNodeLength: {
26
type: Number,
27
- default: Infinity
+ default: Infinity,
28
29
// Define the depth of the tree, nodes greater than this depth will not be expanded.
30
deep: {
0 commit comments