User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
9mo
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