Categories
Vue Answers

How to redirect to another page with Vue.js?

Spread the love

Sometimes, we want to redirect to another page with Vue.js.

In this article, we’ll look at how to redirect to another page with Vue.js.

How to redirect to another page with Vue.js?

To redirect to another page with Vue.js, we can use the this.$router.push method.

For instance, we write

this.$router.push('home') 

to call push with the 'home' route path to go to /home route.

Conclusion

To redirect to another page with Vue.js, we can use the this.$router.push method.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *