AndreasFurster / vuetify-form-generator

A form generator for Vuetify
21 stars 19 forks source link

update parent component model #1

Open iancrowther opened 6 years ago

iancrowther commented 6 years ago

Hey,

Nice foundations!

I've had a play with the code and cant seem to get the parent model to update.

https://github.com/AndreasFurster/vuetify-form-generator/blob/develop/src/form-field.vue#L132

Is the data being emitted back to the parent properly? I'm new to vue so having some trouble wrapping my head around the latest event bubbling.

Can you give me some pointers so I can get this working? Happy to PR the results

Geez3r commented 5 years ago

Hi,

I've submitted a Pull Request with my fix for the vuetify-form-generator component not updating the parent model.

https://github.com/AndreasFurster/vuetify-form-generator/pull/3

Thanks!