Skip to content

better dimostration #1

@giovannimanzoni

Description

@giovannimanzoni

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 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions