8 lines
100 B

export default {
preserveIdentifiers: true,
html: `
<span slot="name">Hello world</span>
`
};