Currently, I have a routes.js file set up to manage the routing in my VUE application. I have been able to switch between components smoothly using a router-link tag. But now, I'm interested in triggering routes through JavaScript. For instance, once I receive an authentication response from the server, I want to move from the login page to the home page. How can I go about executing a route when needed?