I\'m working through the guide for learning vue.js, got to the section on props, and ran into a question.
I understand that child components have isolated scops and we
You have to bind the value to the component prop like this:
Jsfiddle https://jsfiddle.net/y8b6xr67/
Answered here: Vue JS rc-1 Passing Data Through Props Not Working