Skip to content

Commit

Permalink
docs: due to performance leaps, debounce is no longer that much nec…
Browse files Browse the repository at this point in the history
…essary when `stringified` is disabled
  • Loading branch information
cloydlau committed Sep 9, 2024
1 parent b207eb4 commit 2de69a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ import { Mode } from 'vanilla-jsoneditor'
</script>
<template>
<JsonEditorVue :mode="Mode.text" :stringified="false" :debounce="1000" />
<JsonEditorVue :mode="Mode.text" :stringified="false" />
</template>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ import { Mode } from 'vanilla-jsoneditor'
</script>
<template>
<JsonEditorVue :mode="Mode.text" :stringified="false" :debounce="1000" />
<JsonEditorVue :mode="Mode.text" :stringified="false" />
</template>
```

Expand Down

0 comments on commit 2de69a7

Please sign in to comment.