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
options我是这样定义的
options: { onChange: (e) => { console.log(e) }, mode: 'code' }
The text was updated successfully, but these errors were encountered:
Hi, @loneyao 在jsoneditor文档中有说明onChange回调中不会有参数。 如果需要拿值,v-model应该可以满足了,有什么特殊需求吗?
Sorry, something went wrong.
No branches or pull requests
options我是这样定义的
options: {
onChange: (e) => {
console.log(e)
},
mode: 'code'
}
The text was updated successfully, but these errors were encountered: