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
SnowdropK
changed the title
import { Checkbox } from 'vue-recaptcha' but throw error: useRecaptcha() is called without provider.
import { Checkbox } from 'vue-recaptcha' throw error: useRecaptcha() is called without provider.
Sep 14, 2024
Description
In a vue3 project, I use Checkbox by
import { Checkbox } from 'vue-recaptcha'
, recaptcha type is v2.So how to get token, not specified in the document
Minimal Reproducible Example
main.ts
APP.vue
view.vue
System info
vue version: ^3.4.21
"vue-recaptcha": "3.0.0-alpha.6",
The text was updated successfully, but these errors were encountered: