vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.86k stars 548 forks source link

Change model update event name #206

Closed CyberAP closed 4 years ago

CyberAP commented 4 years ago

Change:

Full rendered RFC

CyberAP commented 4 years ago

I was mislead that v-model:foo would emit an update:fooValue event, while in reality it actually emits an update:foo event instead. The way it works right now is fine.