path: '/secretquote',
name: 'SecretQuote',
component: SecretQuote,
beforeEnter: (to, from, next) => {
if (auth.user.authenticated) {
next()
} else {
next('/login')
}
}
}
Поставь не стрелочную
Обсуждают сегодня