Answer the question
In order to leave comments, you need to log in
[vue-router] Go to next page from beforeRouteLeave hook?
hello, can someone please tell me how to go to the next page or get its name parameter, previously used the beforeRouteLeave hook to check:
beforeRouteLeave(to, from, next) {
if (корректный name страницы) {
next();
} else {
next(false);
}
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question