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 caea1ac commit 51fb7cdCopy full SHA for 51fb7cd
components/tree/Tree.jsx
@@ -161,7 +161,11 @@ export default {
161
$slots[scopedSlots.switcherIcon] ||
162
$slots[slots.switcherIcon] ||
163
restProps.switcherIcon,
164
- title: $slots[scopedSlots.title] || $slots[slots.title] || restProps[replaceFields.title],
+ title:
165
+ $slots[scopedSlots.title] ||
166
+ $slots[slots.title] ||
167
+ $slots.title ||
168
+ restProps[replaceFields.title],
169
dataRef: item,
170
key,
171
class: cls,
0 commit comments