-
|
@logaretm in my nuxt 3 application why doesn't the veevalidate apply the custom rules I set up inside the veevalidate plugin? veevalidatesetup.client.ts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found the issue. I was setting the locale ( |
Beta Was this translation helpful? Give feedback.
I found the issue. I was setting the locale (
setLocale) with the iso code (egen-US) instead of just the language code (egen)