You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the Vue 3.0 composition example is not clear. What happens when I want to use reCAPTCHA in a specific component. Should I call use(...) at the app level (ie main.ts)?
I tried this and got undefined when calling useReCaptcha().
I'm using a workaround, but I think this can be improved.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I think the Vue 3.0 composition example is not clear. What happens when I want to use reCAPTCHA in a specific component. Should I call
use(...)
at the app level (iemain.ts
)?I tried this and got undefined when calling
useReCaptcha()
.I'm using a workaround, but I think this can be improved.
Thanks!
The text was updated successfully, but these errors were encountered: