1.0.1 • Published 3 years ago

vuec-msgcode-input v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

vuec-msgcode-input

这是一个验证码分块输入框 验证码输入框

使用方法

# 安装
# npm install vuec-msgcode-input

# 使用
# import vuecMsgcodeInput from 'vuec-msgcode-input'

# 传入参数
参数一 
    作用 输入完成时要执行的 回调
    参数名 inputSuccess
    类型 function
    
参数二 
    作用 验证码的个数
    参数名 codeLength
    类型 number
    
参数二 
    作用 组件挂载时 是否得到焦点
    参数名 initialFocus
    类型 Boolean