Volpeon
@volpeon
@icy.wyvern.rip
He's even mutating the prop IN A GETTER
const thing = computed(() => { if (...) { props.task.prop = {...}; emit("update"); } });