vue-custom-inputs
Advanced tools
Comparing version
@@ -58,6 +58,6 @@ { | ||
"build": "cross-env NODE_ENV=production BUILD=publish webpack --progress --hide-modules", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"doc": "cross-env NODE_ENV=production BUILD=doc webpack --progress --hide-modules" | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Vue custom input   | ||
# Vue custom input   | ||
@@ -14,3 +14,3 @@ 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. | ||
```bash | ||
npm i vue-custom-input -S | ||
npm i vue-custom-inputs -S | ||
``` | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
123706
0