I'd like to create modal dialog pop-up window with it's own url. Having table of server items I'd like to open one item and trigger pop-up with it's own url with fetched server item details. The pop-up can be triggered also directly from url and the item list will render behind it.
I have achieved this earlier with named router views using Vue js and Vuetify v-dialog. I wonder if I can reproduce it using unplugin-vue-router.
Previous available approaches:
It doesn't need to be modal utilised Vuetify library but generally I'm looking for solution narrowed only to unplugin-vue-router library.
Cheers!