File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,13 +806,13 @@ module.exports = {
806
806
807
807
<br >
808
808
809
- ## Props
809
+ ## 属性
810
810
811
811
| 名称 | 说明 | 类型 | 默认值 |
812
812
| ------- | ---------------------------------------------------------------------------------------------------- | ------------- | -------- |
813
813
| v-model | 绑定值 | ` any ` | |
814
814
| mode | 编辑模式,<br >在 Vue 3 中使用 ` [v-model]:mode ` ,<br >在 Vue 2 中使用 ` :mode[.sync] ` | [ Mode] ( #Mode ) | ` 'tree' ` |
815
- | ... | [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor/#properties ) 的参数( 通过 attrs) | | |
815
+ | ... | [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor/#properties ) 的参数 ( 通过 attrs) | | |
816
816
817
817
### svelte-jsoneditor 与 json-editor-vue 中绑定值的差异
818
818
Original file line number Diff line number Diff line change 51
51
"peerDependencies" : {
52
52
"@vue/composition-api" : " >=1" ,
53
53
"vanilla-jsoneditor" : " >=0" ,
54
- "vue" : " 2 || 3"
54
+ "vue" : " 2|| 3"
55
55
},
56
56
"peerDependenciesMeta" : {
57
57
"@vue/composition-api" : {
You can’t perform that action at this time.
0 commit comments