# vue-sms-check-code **Repository Path**: snailwebboy/sms-check-code ## Basic Information - **Project Name**: vue-sms-check-code - **Description**: 一个仿原生效果的短信验证码组件,vue2.6插件,无依赖。验证失败时动画加标红颜色显示,点击手机验证码平铺填充等 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2023-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# sms-check-code [![license](https://img.shields.io/badge/license-MIT-yellowgreen)](LICENSE) [![npm](https://img.shields.io/badge/npm-vue2.6.11-blue)](https://www.npmjs.com/package/sms-check-code) [演示](https://user-images.githubusercontent.com/34472552/170011691-68b93a18-fca5-4e35-9924-ac36fb5d5972.mp4)

Install

```vue 1,npm install sms-check-code --save 2,import VueSmsCode from 'sms-check-code' 3,vue.use(VueSmsCode) ``` ```vue ``` | 事件 | 说明 | 默认 | 类型 |:----: |:----: |:----: | :----: | title | 组件标题 | 请输入验证码 | string | code-num | 验证码个数 | 6 | number | is-error | 验证码是否错误 | false | boolean | error-color | 验证码错误时显示的错误颜色 | #D81A1A | string | 方法 | 说明 | 默认 | 类型 |:----: |:----: |:----: | :----: | finish | 验证码值 | '' | string

Usage

```vue ```

源码地址,欢迎star

[github地址](https://github.com/snail-boy/sms-check-code) [gitee地址](https://gitee.com/snailwebboy/sms-check-code) # 1.0.3 ### 解决 短信发送后 ios 软键盘不关闭的bug