8 lines
83 B
JavaScript
Raw Normal View History

2017-11-03 16:26:07 +11:00
Vue.component('home', {
props: ['user'],
mounted() {
//
}
});