File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -945,8 +945,8 @@ module.exports = {
945945| ------------------------------------------------------ | --------------------------------------------------------------------------------------------- | ------------- | -------- |
946946| v-model /<br >modelValue (Vue 3) /<br >value (Vue 2) | binding value | any | |
947947| mode /<br >v-model: mode (Vue 3) /<br >: mode .sync (Vue 2) | edit mode | [ Mode] ( #Mode ) | ` 'tree' ` |
948- | debounce | debounce delay when typing, in milliseconds | number | ` 100 ` |
949- | stringified | whether to keep the value as stringified JSON in text mode | boolean | ` true ` |
948+ | debounce | debounce delay when typing to update the binding value, in milliseconds | number | ` 100 ` |
949+ | stringified | whether to keep the binding value as stringified JSON in text mode | boolean | ` true ` |
950950| ... | properties of [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor/#properties ) | | |
951951
952952### parsed JSON vs. stringified JSON
Original file line number Diff line number Diff line change @@ -943,8 +943,8 @@ module.exports = {
943943| ------------------------------------------------------ | -------------------------------------------------------------------------------------- | ------------- | -------- |
944944| v-model /<br >modelValue (Vue 3) /<br >value (Vue 2) | 绑定值 | any | |
945945| mode /<br >v-model: mode (Vue 3) /<br >: mode .sync (Vue 2) | 编辑模式 | [ Mode] ( #Mode ) | ` 'tree' ` |
946- | debounce | 输入时的去抖延迟 (毫秒) | number | ` 100 ` |
947- | stringified | 在 text 模式下保持绑定值是 stringified JSON | boolean | ` true ` |
946+ | debounce | 输入时更新绑定值的去抖延迟 (毫秒) | number | ` 100 ` |
947+ | stringified | 在 text 模式下保持绑定值为 stringified JSON | boolean | ` true ` |
948948| ... | [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor/#properties ) 的属性 | | |
949949
950950### parsed JSON vs. stringified JSON
You can’t perform that action at this time.
0 commit comments