diff --git a/components/tree/Tree.jsx b/components/tree/Tree.jsx index ef301c293..8a0fb12b1 100644 --- a/components/tree/Tree.jsx +++ b/components/tree/Tree.jsx @@ -161,7 +161,11 @@ export default { $slots[scopedSlots.switcherIcon] || $slots[slots.switcherIcon] || restProps.switcherIcon, - title: $slots[scopedSlots.title] || $slots[slots.title] || restProps[replaceFields.title], + title: + $slots[scopedSlots.title] || + $slots[slots.title] || + $slots.title || + restProps[replaceFields.title], dataRef: item, key, class: cls,