rs-vue-payinput
v1.0.1
Published
this is a plugin for pay input
Downloads
1
Readme
rs-vue-payinput
this is a plugin for pay input
Example
######main.js
import rsVuePayinput from 'rs-vue-payinput'
Vue.use(rsVuePayinput)
######Usage
<rsVuePayInput v-model="initValue"></rsVuePayInput>
return {
initValue: ''
}
######attributes name | value | description :-: | :-: | :-: | type | text / password | payinput type
######events name | description | parameters :-: | :-: | :-: change | triggers when the bound value changes | the value of payinput
LICENSE
MIT