vue-recaptcha-v3 icon indicating copy to clipboard operation
vue-recaptcha-v3 copied to clipboard

A simple and easy to use reCAPTCHA (v3 only) library for Vue.

Results 47 vue-recaptcha-v3 issues
Sort by recently updated
recently updated
newest added

Hey I couldn't find a discussion section in this repo but wanted to place this here in case someone that is using Nuxt 3 needed to make use of this...

Hello, So I just started using the vue-recaptcha-v3 and I have a question. I want the reCAPTCHA badge to be visible only on login component. But somehow the badge appears...

Using this inside of one of my projects and it has made adding repcatcha to a vue project painless. I came across the need to have to add the Site...

### version ^2.0.1 ### Reproduction link [stackblitz.com - demo](https://stackblitz.com/edit/vite-bqegiy?devtoolsheight=33&file=App.vue) ### steps to reproduce repeat click the button ### What is actually happening? ![image](https://user-images.githubusercontent.com/25633994/143558580-15e24f91-93bf-421d-b9ac-a49aa90452ec.png) Sometimes an error occurs when executing `executeRecaptcha`...

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...

I would like to implement recaptcha only to login and register component, so I wrote the following code: import { defineComponent, reactive, ref } from "vue"; import { useRouter }...

In my application, CSP headers are enabled so it blocks unsafe urls. is there any option to handle it?

This library does not work as documented. I have followed all the instructions for configuring with Vue 3 composition API, this is what I get: ``` ERROR in src/components/ReCaptchaV3.vue:32:15 TS2339:...

Adding container creates reCAPTCHA ERROR: Invalid domain for site key Here is an excerpt of my code ``` .use(VueReCaptcha, { siteKey: '', loaderOptions: { explicitRenderParameters: { container: 'reCaptcha', badge: 'inline',...

Hi, i'm developing a website with Quasar framework v2 (based on vue 3). I've created a dedicated bootfile in order to add the plugin to the project. ```ts import {...