I would be grateful if you show an example of how to transfer data to a component of a modular window.
Hi,
You can pass data to the modal component through props same as in any other component. Refer to vue official doc.
If data is application state you can use Vuex. See https://vuex.vuejs.org/guide/.
Regards,
Lauris Stepanovs,
Keenthemes Support Team