Nihar Raote shows us some features of Vue Router that we might not know, such as managing query parameters, redirecting, scroll behavior, etc.

vue router

This article is about some things that VueRouter can do that are rarely known to Vue developers. It is not an introductory article on VueRouter. This article assumes you know about VueRouter, have worked with it a few times or more and know your way around it.

Now it is possible that you may never need to use the things mentioned here. But it is still useful to keep them in mind if you ever find yourself in a situation where you need them.