docs(tree): fix demo's description (#1022)

This commit is contained in:
申君健 2023-12-04 19:38:12 +08:00 committed by GitHub
parent ec0bd9494e
commit fa0c40a240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ export default {
通过 <code> check-strictly </code> <code> false </code><br>
通过 <code> check-on-click-node </code> / <code> false </code>, <br>
通过 <code> default-checked-keys </code> keys<br>
<div class="tip custom-block"> 严格模式下父子不相互影响勾选父节点时不会自动勾选子节点于某些特殊场景 </div>
<div class="tip custom-block"> 严格模式下父子不相互影响勾选父节点时不会自动勾选子节点于某些特殊场景 </div>
`,
'en-US': `Enable multiple selection by using the <code> show-checkbox </code> property. <br>
The <code> check-strictly </code> property specifies whether strict mode is used. The default property is <code> false </code>. If you select the parent node, all child nodes are automatically selected. If all child nodes are selected, the parent node is automatically selected. <br>
@ -212,7 +212,7 @@ export default {
<code> setChecked </code> (deep:true)<br>
建议使用 <code> setCheckedKeys </code>
</div>
通过 <code> check </code> <br>
通过 <code> check </code> <br>
通过 <code> check-change </code> <br>
<div class="tip custom-block">
<code> check </code> <br>