Answer the question
In order to leave comments, you need to log in
How to pass data between components and their ancestors with different state and back to Vuex.store?
There is a component that displays a list of orders in the form of a table. Each row of the table (order) is a separate component. Inside the order component are several more components. One of them is a button component. When you click on the button, the icon lights up and a window appears in the browser window with a list of selected orders. By clicking on this window, orders are formed and printed.
Approximate location of components:
<main-component />
<order-component />
<order-id-component />
<order-delivery-component />
<order-print-component />
<order-component />
...
<order-component />
...
<order-component />
...
<choosed-orders-component />
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question