fix: treeNode customTitle cannot get selected state #2006
parent
32f669bd48
commit
4a0d35fb92
|
@ -167,7 +167,7 @@ export default {
|
|||
$slots[slots.switcherIcon] ||
|
||||
restProps.switcherIcon,
|
||||
title:
|
||||
($scopedSlots[scopedSlots.title] && $scopedSlots[scopedSlots.title](item)) ||
|
||||
$scopedSlots[scopedSlots.title] ||
|
||||
$slots[slots.title] ||
|
||||
restProps[replaceFields.title],
|
||||
dataRef: item,
|
||||
|
|
Loading…
Reference in New Issue