Tree support contextMenu
This commit is contained in:
parent
3e80a192cb
commit
888fa5c407
3 changed files with 43 additions and 3 deletions
|
@ -34,6 +34,11 @@
|
|||
// 数值需大于 0
|
||||
index: {
|
||||
type: Number
|
||||
},
|
||||
// 4.3.0
|
||||
contextMenu: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue