-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Hey Markus,
would it make sense to allow to do the following?
computed: {
...mapFields(["myObject.*"]) // or simply "myObject"
}
Then in the form one can easily use v-model="myObject.title"
etc. Right now, I find it a bit cumbersome/not scalable to have to add each field to that array in mapFields.
irazasyed, bertdeterd, stijnjanmaat, costeirs, jbrhel and 3 more