8 lines
90 B

export default {
props: {
name: 'everybody'
},
html: '<h1>Hello everybody!</h1>'
};