export default { get props() { return { x: [{ z: 1 }, { z: 2 }] }; }, html: `

does not change

does not change

` };