From 0f3d8b9e02481c5d09ca872012c76fa89f9639d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Thu, 20 Jul 2017 14:42:43 +0800 Subject: [PATCH] Update tree.md --- examples/docs/en-US/tree.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/docs/en-US/tree.md b/examples/docs/en-US/tree.md index a08b1bfea..80f0ba411 100644 --- a/examples/docs/en-US/tree.md +++ b/examples/docs/en-US/tree.md @@ -393,11 +393,11 @@ Used for node selection. In the following example, data for each layer is acquir ``` ::: -### Can disable checkbox +### Disabled checkbox -The checkbox of a node can be set as disabled. In the example, 'disabled' property is declared in defaultProps, and some nodes are set as 'disabled:true'. The corresponding checkbox is disabled and can't be clicked. +The checkbox of a node can be set as disabled. -::: demo +::: demo In the example, 'disabled' property is declared in defaultProps, and some nodes are set as 'disabled:true'. The corresponding checkboxes are disabled and can't be clicked. ```html