Browse Source

Tree: modify doc again. (#114)

SkyAo 9 years ago
parent
commit
98f3935527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/docs/tree.md

+ 1 - 1
examples/docs/tree.md

@@ -143,7 +143,7 @@
 
 ### 可选择
 
-适用于需要选择层级时使用。在下例中,由于在点击时才进行该层数据的获取,导致层级不可预知,因此没有下层数据的节点(也称叶子节点)会出现点击下拉按钮才消失的效果
+适用于需要选择层级时使用。在下例中,由于在点击时才进行该层数据的获取,导致层级不可预知,如果没有下层数据,则点击后下拉按钮会消失
 
 ::: demo
 ```html