1.0.5 • Published 3 years ago

plugin-tigre-recaptcha v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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"
/>
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago