We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我这边是vue3使用环境 数据格式为{ "bigint": 124124124124124124124, "boolean": true, "string": "Hello World", "number": 123.456, "color": "#b0a4e3", "null": null, } 这样配置后 一直出现如下错误 如果不是配mode为text 那么就是正常的 我想默认为text模式 需要怎么修改呢
{ "bigint": 124124124124124124124, "boolean": true, "string": "Hello World", "number": 123.456, "color": "#b0a4e3", "null": null, }
The text was updated successfully, but these errors were encountered:
之前有个人提了一样的问题,但我今天再次尝试依然无法复现。能提供一个最小可复现链接吗?(最好是 codesandbox)
codesandbox
为什么最小可复现链接是必要的
另友情提示,如果要使用 bigint,需要配置 parser。
parser
Sorry, something went wrong.
跟作者讨论了一下,原文档中说的 text 模式只接受字符串是有误的,在 json-editor-vue@0.7.2 中已支持在 text 模式下直接传入 JSON。
json-editor-vue@0.7.2
谢谢大佬的回复,
No branches or pull requests
我这边是vue3使用环境
数据格式为
{ "bigint": 124124124124124124124, "boolean": true, "string": "Hello World", "number": 123.456, "color": "#b0a4e3", "null": null, }
这样配置后 一直出现如下错误 如果不是配mode为text 那么就是正常的 我想默认为text模式 需要怎么修改呢
The text was updated successfully, but these errors were encountered: