Vue.js version
v2.0.0-alpha.8
Reproduction Link
https://jsfiddle.net/nf02Ltct/2/
Steps to reproduce
- open console
- read warning
What is Expected?
the special "value" prop which is passed from v-model on the component element in the template, shuold contain a Boolean value, since the parent passes a Boolean to v-model
What is actually happening?
[Vue warn]: Invalid prop: type check failed for prop "value". Expected Boolean, got String. (found in component: )
Suspicion:
I think it has something to do with whith this comment:
https://github.com/vuejs/vue/blob/v2.0.0-alpha.8/src/platforms/web/runtime/modules/props.js#L20-L21