You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when user go /gallery/:id from outside, it will render component B
but when user go form my webside(like /gallery -> /gallery/:id)
I want change url but render component in lightbox component not router-view
I have 2 routes like:
when user go /gallery/:id from outside, it will render component B
but when user go form my webside(like /gallery -> /gallery/:id)
I want change url but render component in lightbox component not router-view
I use like below now
is it possible change url but dont render component by vue-router ?
just like backbone router trigger in router-link, router.push & router.replace
Thx
The text was updated successfully, but these errors were encountered: