fix(components): [el-tree] accordion attribute error at third level (#3862)

This commit is contained in:
Alan Wang
2022-01-22 10:38:30 +08:00
committed by GitHub
parent 2f521c419c
commit 22d2df4267

View File

@@ -73,6 +73,7 @@
:render-after-expand="renderAfterExpand"
:show-checkbox="showCheckbox"
:node="child"
:accordion="accordion"
:props="props"
@node-expand="handleChildNodeExpand"
/>