...behavior in v3 is different to v2 · Issue #671 · vuejs/...
Version alpha 4 Reproduction link https://codesandbox.io/s/v-model-decomposed-camel-case-lx173 Steps to reproduce Take this simple app. In Vue.js 2, it will not do the console.log, unless you set immediate: true in watch options. const A...