Home > front end >  How to redirect in Nuxt Vue application
How to redirect in Nuxt Vue application

Time:09-23

I have a delete action in Nuxt application. And after succes delete I need to redirect user to another page. But in Nuxt enter image description here

For more info, Nuxt is using vue-router behind the curtains, so a reference to this part of the documentation will be good: https://router.vuejs.org/guide/essentials/navigation.html#router-push-location-oncomplete-onabort

  • Related