Skip to content

v-model

v-model 完整流程图

v-model 指令转换为 modelValue 属性和@update:modelValue 事件这一过程是在编译时进行的

alt text


v-model 完整流程