📅  最后修改于: 2022-03-11 15:01:53.352000             🧑  作者: Mango
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
}