export default { props: { name: 'everybody' }, html: '

Hello everybody!

' };