const TEMPLATE = `
`; Vue.component('user-avatar', { template: TEMPLATE, props: {user: Object}, });