Q:

validation route in nuxt

validate({ params, query, store }) {
  return true // if the params are valid
  return false // will stop Nuxt.js to render the route and display the error page
}
0

New to Communities?

Join the community