If I have a custom component using a v-model from the parent like this
v-model="user[field]". --> data() => ( { user: { email: nulll } } )