File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -945,7 +945,7 @@ module.exports = {
945
945
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------- | ------------- | -------- |
946
946
| v-model /<br >modelValue (Vue 3) /<br >value (Vue 2) | binding value | any | |
947
947
| mode /<br >v-model: mode (Vue 3) /<br >: mode .sync (Vue 2) | edit mode | [ Mode] ( #Mode ) | ` 'tree' ` |
948
- | debounce | debounce delay when typing to update the binding value, in milliseconds | number | ` 100 ` |
948
+ | debounce | debounce delay to update the binding value when typing , in milliseconds | number | ` 100 ` |
949
949
| stringified | whether to keep the binding value as stringified JSON in text mode | boolean | ` true ` |
950
950
| ... | properties of [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor/#properties ) | | |
951
951
You can’t perform that action at this time.
0 commit comments