Skip to content

Instantly share code, notes, and snippets.

@jaydson
Created March 22, 2021 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydson/6b717117cf6c30260c5ecb332faf6498 to your computer and use it in GitHub Desktop.
Save jaydson/6b717117cf6c30260c5ecb332faf6498 to your computer and use it in GitHub Desktop.
<!-- CustomInput.vue -->
...
<script>
...
watch: {
value: {
handler(value) {
if (value) {
this.error = '';
}
},
},
},
...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment