New
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-apiif you want to use this package with Vue 2 loadRecaptchaScriptistrueby defaultVueRecaptchanow 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: https://github.com/DanSnow/vue-recaptcha/compare/v1.3.0...v2.0.0