vuejs / vue-router

🚦 The official router for Vue 2
http://v3.router.vuejs.org/
MIT License
18.99k stars 5.06k forks source link

Pinterest / Producthunt like modal navigation #823

Closed Nekudapsik closed 7 years ago

Nekudapsik commented 7 years ago

Is there any way to achieve Pinterest or Producthunt like modal navigation?

I mean, whichever page you are on, when you click on a item a modal with the item details pops up, and the page (feed) where you are from still sits in the background. The url in the address bar changes so you can link to the item from other sites or share it to your friends. And when you close the item modal your still at the feed.

Does vue-router support this type of routing?

simplesmiler commented 7 years ago

Appears to be duplicate of https://github.com/vuejs/vue-router/issues/703