Vue dynamic array computed from data
Say I have this data retrieved from my store:
const itemsData=[ {id:1,data:[...]}, {id:2,data:[...]}, {id:3,data:[...]}
] I need to be able to produce an array from this data which looks som...
Actions
Flag
1 Connection