8 lines
72 B

export default {
props: { bar: 'bar' },
html: `
"foo"
"bar"
`
};