Closed paulvonber closed 4 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?
@error="onError"
If all goes well, the v-model is triggered. @error only listens for error callbacks.
v-model
@error
@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?