We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842529 commit c62089aCopy full SHA for c62089a
README.md
@@ -1015,7 +1015,7 @@ FAQ: How to keep the value as parsed JSON in text mode?
1015
>
1016
> - Not performant for large JSON documents.
1017
> - Adjust the `debounce` value based on the size of your JSON.
1018
-> - Will output empty value when the input value is invalid.
+> - Will output `undefined` when the input value is invalid.
1019
1020
```vue
1021
<script setup>
docs/README.zh-CN.md
@@ -1015,7 +1015,7 @@ FAQ: 如何在 text 模式下保持绑定值是 parsed JSON?
> - 对于大型 JSON 文档性能不佳
> - 请根据你的 JSON 大小来调整 `debounce` 的值
-> - 输入值无效时会输出空
+> - 输入值无效时会输出 `undefined`
0 commit comments