Replies: 1 comment 2 replies
-
The definePageMeta({
validate: (currentRoute) => {
if (currentRoute.name === "sign-signType") {
return ['in', 'up'].includes(.params.signType)
}
return true
},
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I write it clearly?
Beta Was this translation helpful? Give feedback.
All reactions