Hello, I think it is better show that parent can read updated value of input component. You add this code
RESULTS
name: {{ models.name }}
age: {{ models.age }}
bio: {{ models.bio }}
hobby: {{ models.hobby }}
hobby2: {{ models.hobby2 }}
here https://github.com/SotaSuzuki/nuxt-vuelidate-example/blob/master/components/UserForm.vue
but I think it is bettere to show this on parent with
RESULT
name: {{ userModels.name }}
age: {{ userModels.age }}
bio: {{ userModels.bio }}
hobby: {{ userModels.hobby }}
hobby2: {{ userModels.hobby2 }}
Hello, I think it is better show that parent can read updated value of input component. You add this code
RESULTS
here https://github.com/SotaSuzuki/nuxt-vuelidate-example/blob/master/components/UserForm.vue
but I think it is bettere to show this on parent with
RESULT