✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
export default {
data() {
return {
some: [
{id: 1, mess: 'first'},
{id: 2, mess: 'second'},
{id: 3, mess: 'third'}
],
};
},
Як називається ця властивість?
};