Concept Flow - v-model with select dropdowns
User opens dropdown
User selects option
v-model updates bound variable
Component re-renders with new value
Dropdown shows selected option
This flow shows how selecting an option updates the bound variable via v-model and updates the displayed selection.