export default { get props() { return { name: 'world' }; }, html: '

Hello world!

' };