mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Tree: checkbox can be disabled
This commit is contained in:
@@ -69,7 +69,8 @@
|
||||
return {
|
||||
children: 'children',
|
||||
label: 'label',
|
||||
icon: 'icon'
|
||||
icon: 'icon',
|
||||
disabled: 'disabled'
|
||||
};
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user