10 lines
104 B

export default {
data: {
array: [true, false],
},
html: `
<div>foo</div>
<div>bar</div>
`,
};