1.0.5 • Published 5 years ago

cxh-v-code v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#author @skycius-chan 陈旭辉

Use

// vue
...
<cxh-v-code :compareValue="compareValue" @comparison="comparison"></cxh-v-code>
...
// js
...
import cxhVCode from 'cxh-v-code'
...
data(){
    return {
        compareValue:""
    }
}
...
components:{
        cxhVCode
    },
...
comparison(status){
        console.log(status)
    },
...

Attributes

名称说明类型默认值
background背景颜色Stringlightcyan
width验证码宽度Number60
height验证码高度Number20
compareValue需要验证的值String----
isCaseSensitive是否区分大小写Booleanfalse

Methods

名称说明参数
comparison验证返回值(status)=>{console.log(status) // false or true}
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago