Answer the question
In order to leave comments, you need to log in
Parameter validation followed by redirection in Vue.js?
There is a router
{ path: '/category/:id', component: Article, props: true }
Article
, you need to check id
for the type: number - ok, we work further; line - redirect to 404.
Answer the question
In order to leave comments, you need to log in
What prevents in component in beforeMount to check id and redirect?
In general, there is https://router.vuejs.org/ru/guide/advanced/navigat...
or middleware in Nuxt for this
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question