visma-meglerfront / sweet-modal-vue

The sweetest library to happen to modals.
Other
757 stars 85 forks source link

How to encapsulate a vue page into a component to call #105

Open 514524941 opened 4 years ago

514524941 commented 4 years ago

How to encapsulate a vue page into a component to call? The main problem is page interaction. For example, clicking the button of the A frame will pop up the B frame, and then clicking the button of the B frame will transfer the data to the A frame. Is this supported? How can I achieve this?