Skip to content

Commit 33c7ed8

Browse files
committed
fix: code style
1 parent 950e3e6 commit 33c7ed8

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
@@ -24,7 +24,7 @@ export default defineComponent({
2424
},
2525
collapsedNodeLength: {
2626
type: Number,
27-
default: Infinity
27+
default: Infinity,
2828
},
2929
// Define the depth of the tree, nodes greater than this depth will not be expanded.
3030
deep: {

0 commit comments

Comments
 (0)