Javascript – How to organise sending data with script setup vue 3? With probably composables touch
I’m havin a parent component, let’s say “1”, it has 2 child components, “2” and “3”, each one of this components has one child component, “4” for “2” and “5” for “3”. So the question is how to pass state…