Merge pull request #512 from RickCole21/master

add doc
This commit is contained in:
liaoxuezhi 2020-03-26 11:35:54 +08:00 committed by GitHub
commit e15c1d74df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -6,9 +6,11 @@
- `options` 类似于 [select](./Select.md) 中 `options`, 并且支持通过 `children` 无限嵌套。
- `source` Api 地址,如果选项不固定,可以通过配置 `source` 动态拉取。
- `hideRoot` 默认为 `true`, 如果想要显示个顶级节点,请设置为 `false`
- `rootLabel` 默认为 `顶级`,当 hideRoot 不为 `false` 时有用,用来设置顶级节点的文字。
- `rootLabel` 默认为 `顶级`,当 `hideRoot` 不为 `false` 时有用,用来设置顶级节点的文字。
- `showIcon` 是否显示投标,默认为 `true`
- `showRadio` 是否显示单选按钮multiple 为 `false` 是有效。
- `showRadio` 是否显示单选按钮,`multiple` 为 `false` 是有效。
- `initiallyOpen` 默认为`true`,设置是否默认展开所有层级。
- `unfoldedLevel` 默认为`0`,设置默认展开的级数,只有`initiallyOpen`不是`true`时生效。
- `cascade` 设置成 `true` 时当选中父节点时不自动选择子节点。
- `withChildren` 是指成 `true`,选中父节点时,值里面将包含子节点的值,否则只会保留父节点的值。
- `multiple` 默认为 `false`, 设置成 `true` 表示可多选。