chore(Textarea): fix lint

This commit is contained in:
Benjamin Canac
2021-11-16 14:46:46 +01:00
parent f562969c73
commit bd80ec8f58

View File

@@ -135,7 +135,7 @@ export default {
} }
}, },
watch: { watch: {
value (newValue) { value () {
this.resizeTextarea() this.resizeTextarea()
} }
}, },