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 36 vue-recaptcha-v3 issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.4. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.1. Release notes Sourced from webpack-cli's releases. v5.0.1 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) v5.0.0 5.0.0 (2022-11-17) Bug Fixes improve description...

dependencies

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.4.1 to 9.4.2. Release notes Sourced from ts-loader's releases. v9.4.2 Bug fix: Use custom transformer when building solution references #1025 - thanks @​feosuna1 Changelog Sourced from ts-loader's...

dependencies

Reduce unused JavaScript `[…Km9gKuG06…/recaptcha__ru.js](https://www.gstatic.com/recaptcha/releases/Km9gKuG06He-isPsP6saG8cn/recaptcha__ru.js)(www.gstatic.com)` How improve the metric?

Bumps [vue](https://github.com/vuejs/core) from 3.2.40 to 3.2.45. Release notes Sourced from vue's releases. v3.2.45 Please refer to CHANGELOG.md for details. v3.2.44 Please refer to CHANGELOG.md for details. v3.2.43 Please refer to...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.75.0. Release notes Sourced from webpack's releases. v5.75.0 Bugfixes experiments.* normalize to false when opt-out avoid NaN% show the correct error when using a conflicting...

dependencies

Hi, I'm using vue-recaptcha-v3 1.9.0 in a production Vue app. Sometimes, i'm getting this error when we validate the token: "incorrect-captcha-sol" The token is significantly different. For instance, this is...

Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 21.0.1 to 23.0.0. Release notes Sourced from eslint-config-standard-with-typescript's releases. v23.0.0 23.0.0 (2022-09-13) ⚠ BREAKING CHANGES add rules from @​typescript-eslint: no-extra-parens, no-loss-of-precision, object-curly-spacing, space-before-blocks, comma-dangle. Features use all...

dependencies

Hi, I'm trying to render the badge inline (because it is hidden by the footer), but it does not work. Probably, I'm doing it wrong. Can you give me some...

The README indicates that there should be methods called hideBadge and showBadge: But when I try to do `this.$recaptchaInstance.showBadge()` inside my component, I can an error that says the methods...