yansenlei / VJsoneditor

:large_blue_diamond: vue use jsoneditor
https://yansenlei.github.io/VJsoneditor/
Apache License 2.0
182 stars 45 forks source link

Error event not fully working #11

Closed paulvonber closed 4 years ago

paulvonber commented 5 years ago

@error="onError" returns only true, but when content changes and there is no errors, event doesn't return anything, how do I know that error doesn't persist anymore?

yansenlei commented 5 years ago

If all goes well, the v-model is triggered. @error only listens for error callbacks.