Skip to content

Commit 5a61656

Browse files
committed
change gif url and attribute description
1 parent 7372549 commit 5a61656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Vue custom input is a vue component for custom split input box, mobile web input box, simulating native app input box and etc. It's designed to input password and verification code. But you can also use it in other situation as you wish.
44

5-
![](https://github.com/Youjingyu/vue-custom-input/tree/master/dist/example/example.gif)
5+
![](https://github.com/Youjingyu/vue-custom-input/raw/master/dist/example/example.gif)
66

77
## Demo
88

@@ -79,4 +79,4 @@ npm i vue-custom-input -S
7979
| input-border-color | input box border color | N | String | '#20A0FF' |
8080
| input-active-outline-color | input box outline color when focus on it | N | String | '#58B7FF' |
8181
| input-style | customize input box style as you want. All styles will be injected into box's style attribute | N | Object | {} |
82-
| input-active-style | input box style when focus on it. | N | Object | {} |
82+
| input-active-style | input box style when focus on it. All styles will be injected into box's style attribute | N | Object | {} |

0 commit comments

Comments
 (0)