vue-aliyun-nocaptcha

0.0.6 • Public • Published

vue-aliyun-noCAPTCHA

Aliyun noCAPTCHA for Vue

Install

npm install vue-aliyun-nocaptcha

Usage

<nocaptcha></nocaptcha>
<smartcaptcha></smartcaptcha>
import { nocaptcha, smartcaptcha } from 'vue-aliyun-nocaptcha'
export default {
    components: {
        nocaptcha,
        smartcaptcha
    }
}

NoCaptcha Parameter

Parameter Type Default
aeis bool false Use Oversea CDN (Default China)
h5 bool false*** Use H5 Script
appkey string FFFF0000.... appkey from Aliyun Account
scene string scene from Aliyun Account
lang string Language set from Aliyun
@load function event on noCAPTCHA load
@callback function callback when verify success

Smartcaptcha Parameter

Parameter Type Default
aeis bool false Use Oversea CDN (Default China)
h5 bool false*** Use H5 Script
appkey string FFFF0000.... appkey from Aliyun Account
scene string scene from Aliyun Account
@load function event on noCAPTCHA load
@callback function callback when verify success
option object option of smartcaptcha

For more infomation, please check Doc of Aliyun or my code.

*** h5 script is abandoned. *** TODO fix issue, sciprt reported error when using h5 script...

Readme

Keywords

Package Sidebar

Install

npm i vue-aliyun-nocaptcha

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

27 kB

Total Files

12

Last publish

Collaborators

  • chiaweilee