0.3.6 • Published 5 years ago

num-keyboard v0.3.6

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

num-keyboard

使用

npm install num-keyboard
import numKeyboard from 'num-keyboard'
Vue.use(numKeyboard)
<keyboard  @input="getKey"  v-model="showKeyboard" :inputVal="num"/>

参数

optiondescriptiontypedefault
v-model显示或隐藏Booleanfalse
inputVal初始值Stringnull

事件

getKey(val) {
      console.log(val);   //  val 返回值
}
0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.1.0

5 years ago