Closed Percy6 closed 4 years ago
@Percy6
Hi, Are you hoping for the success callback? Watch your data changes can be met:
// comp.vue
<v-jsoneidtor v-model="data"></v-jsoneditor>
...
{
watch: {
data () {
// do something...
}
}
}
Events on yarnpkg only have an Error callback; but I see a 'this.$emit("input", json)' in your source code; but this method should also appear in Events. So that users can use it better.