Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gurinder/vue-google-recaptcha

gurindersingh7MIT1.0.4

Usage

readme

@gurinder/vue-google-recaptcha

Usage


// Add script
<script src="https://www.google.com/recaptcha/api.js?render=explicit"></script>

import captcha from '@gurinder/vue-google-recaptcha';

<vue-recaptcha name="human_verification_id" :input="true" site-key="123ABC"></vue-recaptcha>