@aldojack You can manage state with external file or use provide/inject. You can watch Learn Vue 3 step by step series - section 7 managing state for more detail.
Jan 16, 2023
3
Level 3
Passing data to grandchild component prop and editing value
So I have a HomeView that passes data to an item container, this then creates individual item components, my question is how would I edit this so I can have an edit, delete button on each item component which will then reflect on my inital data declared in the parent?
Please or to participate in this conversation.