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>,
|
type: Object as PropType<TreeOptionProps>,
|
||||||
default: () => ({}),
|
default: () => ({}),
|
||||||
},
|
},
|
||||||
|
accordion: Boolean,
|
||||||
renderContent: Function,
|
renderContent: Function,
|
||||||
renderAfterExpand: Boolean,
|
renderAfterExpand: Boolean,
|
||||||
showCheckbox: {
|
showCheckbox: {
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
:key="getNodeKey(child)"
|
:key="getNodeKey(child)"
|
||||||
:node="child"
|
:node="child"
|
||||||
:props="props"
|
:props="props"
|
||||||
|
:accordion="accordion"
|
||||||
:render-after-expand="renderAfterExpand"
|
:render-after-expand="renderAfterExpand"
|
||||||
:show-checkbox="showCheckbox"
|
:show-checkbox="showCheckbox"
|
||||||
:render-content="renderContent"
|
:render-content="renderContent"
|
||||||
|
Loading…
Reference in New Issue
Block a user