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

The browser language is English, but Recaptcha still in the Russian language. I can pass language param like this? Vue.use(VueReCaptcha, { siteKey: '', loaderOptions: {renderParameters: {"hl": "en"}} }) I tried,...

I'm trying to use this with quasar, but I can get the component render, is only rendering a plain button, but don't nothing. The demo use ts, but I'm using...

On both iphone and android app built with vue & cordova, it shows the msg "could not connect to recaptcha service, please check your internet connection and reload to get...

Hello, I'm using version 1.9 according to this https://github.com/AurityLab/vue-recaptcha-v3/tree/vue-v2.x. Getting an error saying `Error for site owner. Invalid domain for site key`, however, it's working fine in the browser (both...

I don't have the siteKey ready with DOMContentLoaded, but rather later. I do not want to delay initialization of the whole app for this plugin. Wondering why this isn't possible...

I'm using the plugin in a Vue component but inside an Astro app. Not sure if that plays a role. Here's what I'm getting as an error: ```ts import {...

Credit goes to https://github.com/fatfingers23 and his push request https://github.com/AurityLab/vue-recaptcha-v3/pull/161 I just updated it to the latest code.

Does anyone know how to load the library in a single page/component for example (contact page) instead of loading it globally from app.js ? This is because it unnecessarily loads...

In the project's README.md (https://github.com/AurityLab/vue-recaptcha-v3#access-recaptcha-v3-instance) it's not explained how to get the instance when Vue 3 Composition is used. We need to hide the Recaptcha badge. We'll be glad if...