GoogleReCaptchaV3
Component for Google reCAPTCHA v3 in Vue applications
<GoogleReCaptchaV3 action v-model />
Props
Prop | Type | Required | Default | Description |
---|---|---|---|---|
action | string | Yes | - | Action name for the reCAPTCHA v3 challenge |
Events
Event | Payload | Description |
---|---|---|
update:modelValue | string | Emitted when a new token is generated |
Last updated on