vue-modal
vue-modal copied to clipboard
Show modals opened with Vue Router stacked - As if they where opened via pushModal()
Is your feature request related to a problem? Please describe. Currently when i open /user/2/edit where /user/2 also is a modal they both just show as single modals when you close/open them.
Describe the solution you'd like
Would be nice if i would have the option to show these modals stacked as if they where opened with pushModal() instead of openModal()
Additional context
See screenshot if description is not clear.
Hmm
Hi, I'll think about how to implement this. I think you're absolutely right that in this case two modal windows should be shown on top of each other.
Also, thank you very much for the example provided. I will try to work on this task soon! Thank you for your time.