Closed
Description
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
Labels
No labels