0👍
I believe your data function must return an object so:
Vue.component('childapp',
{
data: function() {
return {
textaa: 'component text'
}
}
}
- [Vuejs]-Ordinary Err from fsevents when trying to install VueJs project
- [Vuejs]-Vue.js send data to a child component and display them
Source:stackexchange.com