As explained in [this forum post](http://forum.vuejs.org/topic/507/v-model-on-missing-properties) and demonstrated by [this fiddle](http://jsfiddle.net/eLexpfqu/2/), if you have something like `v-model="obj['prefix-' + key]"`, you occasionally get this: ``` Cannot read property "get" of undefined ``` or that: ``` [Vue warn]: Invalid setter function body: 'prefix-'+scope.key ```