Update state across components/pages
The example uses vue3 as an example, but you can also use alova in react and svelte, please read the Getting Started Guide for details;
example description
When you need to update state across components or pages, you are often limited by the component hierarchy. Here is a way to break this limitation.
Operation guidance:
In the edit box or edit page, after adding or editing list data, the list data is updated across component levels.