2017-11-03 16:26:07 +11:00

8 lines
83 B
JavaScript
Vendored

Vue.component('home', {
props: ['user'],
mounted() {
//
}
});