export default { template: 'My Component', mounted() { console.log('mounted') } }