From c80bc467a41daa6cbae4e5515a300a8ca98cfeaa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:44:01 +0800
Subject: [PATCH] 维护

---
 uni_modules/uview-plus/components/u-tree/tree-node.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uni_modules/uview-plus/components/u-tree/tree-node.vue b/uni_modules/uview-plus/components/u-tree/tree-node.vue
index f82d9e3..66d7b6c 100644
--- a/uni_modules/uview-plus/components/u-tree/tree-node.vue
+++ b/uni_modules/uview-plus/components/u-tree/tree-node.vue
@@ -4,7 +4,7 @@
       <!-- <text v-if="hasChildren" class="u-tree-node-toggle">
         {{ node.expanded ? '鈻�' : '鈻�' }}
       </text> -->
-      <up-icon v-if="hasChildren" class="u-tree-node-toggle"
+      <u-icon v-if="hasChildren" class="u-tree-node-toggle"
        :name="node.expanded ? 'arrow-down-fill' : 'play-right-fill'" size="12" />
       <up-checkbox
         v-if="showCheckbox"

--
Gitblit v1.9.3