is it possible in a route guard to tell if a navigation was generated programmatically versus by a URL change in browser? #2258
Unanswered
gureckis
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to tell the difference between when my code calls
router.go(1)
(for instance) and if the user initiates a route change in the brower by typing the URL into the page. is there some signal about that in Vue Router?Beta Was this translation helpful? Give feedback.
All reactions