Skip to content

Multi level model on Vue CLI 3 template not working #523

Closed
@AlejandroMut

Description

@AlejandroMut

Hi,

I am updating my app to the new Vue CLI 3 and noticed that all my fields using a multi-level model stopped working (the field's value remains undefined).

model: {
    id: 1234,
    person: {
        name: "John Doe"
        age: 22
    },
}

For example, a field using id will work fine, but person.name or person.age won't.

I tested vue-form-generator on a brand new project created with Vue CLI 3 (default settings) and the problem persists.

Any ideas?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions