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