We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f669b commit 4a0d35fCopy full SHA for 4a0d35f
components/tree/Tree.jsx
@@ -167,7 +167,7 @@ export default {
167
$slots[slots.switcherIcon] ||
168
restProps.switcherIcon,
169
title:
170
- ($scopedSlots[scopedSlots.title] && $scopedSlots[scopedSlots.title](item)) ||
+ $scopedSlots[scopedSlots.title] ||
171
$slots[slots.title] ||
172
restProps[replaceFields.title],
173
dataRef: item,
0 commit comments