1.0.1 • Published 5 years ago

rs-vue-payinput v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

rs-vue-payinput

this is a plugin for pay input

NPM Package Build Status Dependency status

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