🎉A verification code input
npm install vue-verification-code-input> 🎉A verification code input
 

- Demo
``bash`
npm install --save vue-verification-code-input
`jsx
``
| Key | Type | Desc |
| :---------: | :----: | :-----------------------------: |
| type | text | one of number or text |
| fields | number | The count of characters |
| onChange | func | Trigger on character change |
| onComplete | func | Trigger on all character inputs |
| fieldWidth | number | input width |
| fieldHeight | number | input height |
| autoFocus | bool | auto focus first input on init |
| title | string | code input title |
| loading | bool | show loading flag |
| className | string | class name |
| values | array | default values |
MIT © suweya