<!-- BUG REPORT TEMPLATE --> ### Vue.js version 2.0.0-rc.6 ### Reproduction Link https://jsfiddle.net/qgey2hkn/ ### Steps to reproduce Open reproduction links, check alert ### What is Expected? alert `true` ### What is actually happening? alert `undefined` But if passing propsData, it alerts `true`.