duongxinh2003
Results
2
comments of
duongxinh2003
> Hi, I did as above for nuxt 3 . but I get this error  do you know why is that? I have same problem
I resolved this issue: First, in template html here is my code: ``` Login ``` Script: ``` import {useField, useForm} from 'vee-validate'; import { VueReCaptcha, useReCaptcha } from 'vue-recaptcha-v3' ......