11 lines
123 B

export default {
data: {
x: [{ z: 1 }, { z: 2 }],
},
html: `
<p>does not change</p>
<p>does not change</p>
`
};