vue-security-code
vue-security-code copied to clipboard
An security-code input implement by vue 2.0
ios 短信验证码自动填充后,监听不到 value 值的变化 解决方案: ``` ``` 把 @keyup 改成 @input 事件监听即可
This dependency was not found: * !!vue-style-loader!css-loader?{"sourceMap":true}!../../../../vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-004e7632","scoped":true,"hasInlineConfig":false}!less-loader?{"sourceMap":true}!../../../../vue-loader/lib/selector?type=styles&index=0!./index.vue in ./node_modules/vue-security-code/src/components/security-code/index.vue To install it, you can run: npm install --save !!vue-style-loader!css-loader?{"sourceMap":true}!../../../../vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-004e7632","scoped":true,"hasInlineConfig":false}!less-loader?{"sourceMap":true}!../../../../vue-loader/lib/selector?type=styles&index=0!./index.vue
Currently its hardcoded type="tel", it doesnt matter for desktop but on mobile it will only enable telephone keyboard making it impossible to use for alphanumeric pin codes. Is it possible...