Skip to content

Commit

Permalink
feat(tree-menu): [tree-menu] Resolve the warning issue on the tree-me…
Browse files Browse the repository at this point in the history
…nu (#2627)

* feat(tree-menu): [tree-menu] Resolve the warning issue on the tree-menu page

* feat(tree-menu): [tree-menu] Resolve the warning issue on the tree-menu page
  • Loading branch information
wuyiping0628 authored Dec 9, 2024
1 parent 569ac3c commit c79dd29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/tree-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-tree-menu",
"version": "3.20.0",
"version": "3.20.1",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue/src/tree-menu/src/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const treeMenuProps = {
type: Boolean,
default: true
},
showExpand: {
type: Boolean,
default: false
},
collapsible: {
type: Boolean,
default: true
Expand Down

0 comments on commit c79dd29

Please sign in to comment.