duongxinh2003

Results 2 comments of duongxinh2003

> Hi, I did as above for nuxt 3 . but I get this error ![image](https://user-images.githubusercontent.com/75200938/191080542-560e73ca-3a6d-451a-ae42-1bcd0688ee8a.png) 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' ......