Replies: 1 comment
-
|
Like this? const searchParams = new URLSearchParams(window.location.search)
console.log(Object.fromEntries(searchParams.entries()))or you can also inspect console.log(Nova.$router) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How can I access URL params into custom tool vue page?
Thank you
Regards
Beta Was this translation helpful? Give feedback.
All reactions