mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
This commit is contained in:
parent
d1dc55dc65
commit
5b52f21311
@ -103,6 +103,7 @@ export default defineComponent({
|
||||
type: Object as PropType<TreeOptionProps>,
|
||||
default: () => ({}),
|
||||
},
|
||||
accordion: Boolean,
|
||||
renderContent: Function,
|
||||
renderAfterExpand: Boolean,
|
||||
showCheckbox: {
|
||||
|
@ -15,6 +15,7 @@
|
||||
:key="getNodeKey(child)"
|
||||
:node="child"
|
||||
:props="props"
|
||||
:accordion="accordion"
|
||||
:render-after-expand="renderAfterExpand"
|
||||
:show-checkbox="showCheckbox"
|
||||
:render-content="renderContent"
|
||||
|
Loading…
Reference in New Issue
Block a user