plugin-tigre-recaptcha
v1.0.5
Published
```js npm install plugin-tigre-recaptcha --save
Downloads
1
Readme
Install
npm install plugin-tigre-recaptcha --save
Use
import { TRecaptchaV2 } from 'plugin-tigre-recaptcha';
components: { TRecaptchaV2 }
data() {
return {
recaptcha: false,
language: 'en'
}
}
<t-recaptcha-v-2
v-model="recaptcha"
:language="language"
keySite="6LeoolQbAAAAAFWX1zwfvI9h36E7NjWG_CgjShmA"
/>