Also, Vue doesn't really have two way binding, just the v-model directive that is syntax sugar for handling an event to update component state.
Also, Vue doesn't really have two way binding, just the v-model directive that is syntax sugar for handling an event to update component state.