Full Changelog: https://github.com/DanSnow/vue-recaptcha/compare/v2.0.0...v2.0.1
It's two years from v1.3.0. I believe there already has somebody can't wait and already install from vue-v3
branch. But finally, you can install this from NPM.
You will need to install @vue/composition-api
if you want to use this package with Vue 2
loadRecaptchaScript
is true
by default
VueRecaptcha
now is a named export, means that you need to import it like:
import { VueRecaptcha } from 'vue-recaptcha'
export default {
components: { VueRecaptcha }
}
vue-demi
Full Changelog: https://github.com/DanSnow/vue-recaptcha/compare/v1.3.0...v2.0.0
https://github.com/DanSnow/vue-recaptcha/compare/v1.2.0...v1.3.0
:loadRecaptchaScript="true"
to load recaptcha script automaticallyvue-recaptcha has been stable for a long time. So I think it's time to release v1.0.0. Thanks to all users for using this package. And also special thanks to all contributors.
Featurewindow.grecaptcha
to test vue-recaptchaoptions
, now all reCAPTCHA's options are propTarball on npm is corrupt. So I just republish it. Nothing change.
Notice: The tarball of this version is corrupt on npm. Don't install this version.
Promise
and Object.assign
es6-shim
in your website. I forgot to rename attribute name....
Nothing update. Just force npm to update readme.