Jenesius / vue-modal

🖖The progressive and simple modal system for Vue.js v3
https://modal.jenesius.com
MIT License
145 stars 14 forks source link

Show modals opened with Vue Router stacked - As if they where opened via pushModal() #125

Open robertbel opened 3 weeks ago

robertbel commented 3 weeks ago

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. Frame 279

Jenesius commented 3 weeks ago

Hmm

Jenesius commented 3 weeks ago

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.