I have for example the following array:
setup() { let array = shallowReactive([]); return { array }; }