File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,13 +806,13 @@ module.exports = {
806806
807807<br >
808808
809- ## Props
809+ ## 属性
810810
811811| 名称 | 说明 | 类型 | 默认值 |
812812| ------- | ---------------------------------------------------------------------------------------------------- | ------------- | -------- |
813813| v-model | 绑定值 | ` any ` | |
814814| 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) | | |
816816
817817### svelte-jsoneditor 与 json-editor-vue 中绑定值的差异
818818
Original file line number Diff line number Diff line change 5151 "peerDependencies" : {
5252 "@vue/composition-api" : " >=1" ,
5353 "vanilla-jsoneditor" : " >=0" ,
54- "vue" : " 2 || 3"
54+ "vue" : " 2|| 3"
5555 },
5656 "peerDependenciesMeta" : {
5757 "@vue/composition-api" : {
You can’t perform that action at this time.
0 commit comments