{{ user.email }}
Username: {{ username }}
``` `defineModel` returns a ref that stays synchronized with the parent's bound value. Mutations to this ref automatically emit the update event. ## Named Models and Multiple v-model Bindings Components sometimes need multiple two-way bindings. Vue supports named `v-model` bindings, and `defineModel` handles them by accepting a name argument. ```vueEnd date must be after start date