Skip to content

Commit d0deaf9

Browse files
committed
Merge branch 'dev' of https://github.com/leezng/vue-json-pretty into dev
2 parents 2af2d84 + 3055aa5 commit d0deaf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
| path | root data path | string | root |
5252
| pathChecked | defines the selected data path | array | [] |
5353
| pathSelectable | defines whether a data path supports selection | Function(itemPath, itemData) | - |
54-
| selectableType | defines the selected type, by default all types are supported | enum: both, checkbox, tree | both |
54+
| selectableType | defines the selected type, this feature is not supported by default | enum: both, checkbox, tree | - |
5555

5656
## Events
5757

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
| path | 定义最顶层数据层级 | string | root |
5757
| pathChecked | 定义哪些数据层级是已被选中的 | array | [] |
5858
| pathSelectable | 定义哪些数据层级是可以被选中的 | Function(itemPath, itemData) | - |
59-
| selectableType | 定义组件支持的选中方式,默认支持复选框选中与数据点击选中 | enum: both, checkbox, tree | both |
59+
| selectableType | 定义组件支持的选中方式,默认无选中功能 | enum: both, checkbox, tree | - |
6060

6161
## Events
6262

0 commit comments

Comments
 (0)