User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
11mo
The code my colleague copiloted is so wild.
const tableItems = ref([]);

function updateTableItems() {
    tableItems.value = originalData.value.map(...);
}

watch(originalData, updateTableItems);





JUST USE FUCKING
computed() neofox_googly_shocked