Skip to content

Shortcut for multiple object properties  #43

@molerat619

Description

@molerat619

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions