8 lines
72 B

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