vue-ali-captcha
v0.0.9
Published
kinds of Aliyun captcha for Vue
Downloads
13
Readme
vue-ali-captcha
Aliyun noCAPTCHA for Vue
Install
npm install vue-ali-captcha
Usage
<nocaptcha></nocaptcha>
<smartcaptcha></smartcaptcha>
import { nocaptcha, smartcaptcha } from 'vue-ali-captcha'
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...