User proposes a plugin to enhance Vue generator capabilities, specifically for V-Model integration and improving event interoperability and prop drilling.
### I am interested in helping provide a feature! Yes ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ] Qwik - [ ] React - [ ] React-Native - [ ] Solid - [ ] Stencil - [ ] Svelte - [X] Vue - [ ] Web components ### What problem does this feature solve? As discussed on #833 and following the investigation and api proposal of @bjufre, ive created a custom plugin for mitosis that does many things to solve event interoperability and prop drilling for vue outputs. The plugin does 3 main things: - Using metadata decorators we can match function props to custom emits without affecting other outputs or the writing of the component as state on the proposal [here](https://github.com/BuilderIO/mitosis/issues/833#issue-1418277665) (Point # 2) - Using the related v-model data obtained from metadata and the prop typings of the component we annotate the `defineEmits` automatically for the component, so we follow the vue guidelines as stated [here](https://vuejs.or