Skip to content

Commit 12a5c34

Browse files
committed
feat(tree-menu): [tree-menu] Resolve the warning issue on the tree-menu page
1 parent cab4bc9 commit 12a5c34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vue/src/tree-menu/src/props.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ export const treeMenuProps = {
6363
type: Boolean,
6464
default: true
6565
},
66+
showExpand: {
67+
type: Boolean,
68+
default: false
69+
},
6670
collapsible: {
6771
type: Boolean,
6872
default: true

0 commit comments

Comments
 (0)