8 lines
71 B

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