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

Package detail

vue-aliyun-nocaptcha

chiaweilee19MIT0.0.6

Aliyun noCaptcha,smartCaptcha for Vue

aliyun, nocaptcha

readme

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...