Answer the question
In order to leave comments, you need to log in
404 Not Found Vue?
I put a Vue project on the server, a typical SPA, but with VKontakte authorization.
The problem is that when routing outside the application, it comes out:
Answer the question
In order to leave comments, you need to log in
Vue Router cannot work with external URLs. Use JS
{
path: "/google",
component: Google,
beforeEnter(to, from, next) {
window.location.href = "https://google.com/";
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question