DEV Community

Nasr Alyas
Nasr Alyas

Posted on

Issue with Vue Router Query Parameters Not Appearing in URL

Hello all,

I’m experiencing an issue with my Vue application where query parameters are not appearing in the URL as expected when navigating to a new route. I’m using Vue 3 with Vue Router, and here are the details of my setup:

Issue:
When I submit a form to search for jobs, I expect the URL to include query parameters such as role and location. However, these parameters are not showing up in the URL after the form submission.

Top comments (0)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay