Using Query Parameters to Pass Data Between Routes. # Boolean mode When props is set to true, the route.params will be set as the component props. When you have a Vue component that uses route params, you need to write additional code to react to changes in the parameters.

The Vue Router doesn't re-render a component when a route parameter is changed.

< router-link:to = " {path:'/users',query:{name:'sai'}} " > User Sai

Head back into the project’s src/components/page1.vue file and alter the