v-model

v-model is just a syntax sugar:

v-model $emit('input', $event.target.value) props: ['value']