Relative Content

Tag Archive for vue.jsvuetify.jsvue-routervuetifyjs3unplugin-vue-router

Route parameter for modal dialog using unplugin-vue-router

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.