v2.0.0 - Vue 3 support
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.
Breaking Changes
- You will need to install
@vue/composition-api
if you want to use this package with Vue 2 loadRecaptchaScript
istrue
by defaultVueRecaptcha
now is a named export, means that you need to import it like:import { VueRecaptcha } from 'vue-recaptcha' export default { components: { VueRecaptcha } }
Features
- Add vue3 support via
vue-demi
Full Changelog: v1.3.0...v2.0.0