UI patterns
4 lessons in the Vue course.
Full Vue course · Search this topic · Web
- Handling EventsListen for DOM events with v-on and update reactive state.
- Forms and v-modelBind inputs to state with v-model for two-way form controls.
- Components and PropsSplit UI into child components and pass data down with props.
- Emitting EventsSend messages from child to parent with defineEmits and custom events.