I have a component with some form validation. It is a multi step checkout form. The code below is for the first step. I\'d like to validate that the user entered some text,
For me it was changing.
this.name = response.data;
To what computed returns so;
this.$store.state.name = response.data;