Skip to content

Commit c62089a

Browse files
committed
docs: see #85 (comment)
1 parent d842529 commit c62089a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ FAQ: How to keep the value as parsed JSON in text mode?
10151015
>
10161016
> - Not performant for large JSON documents.
10171017
> - Adjust the `debounce` value based on the size of your JSON.
1018-
> - Will output empty value when the input value is invalid.
1018+
> - Will output `undefined` when the input value is invalid.
10191019
10201020
```vue
10211021
<script setup>

docs/README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ FAQ: 如何在 text 模式下保持绑定值是 parsed JSON?
10151015
>
10161016
> - 对于大型 JSON 文档性能不佳
10171017
> - 请根据你的 JSON 大小来调整 `debounce` 的值
1018-
> - 输入值无效时会输出空
1018+
> - 输入值无效时会输出 `undefined`
10191019
10201020
```vue
10211021
<script setup>

0 commit comments

Comments
 (0)