1.1.3 • Published 4 years ago

vue-keyboard-su-link v1.1.3

Weekly downloads
48
License
-
Repository
-
Last release
4 years ago

vue-keyboard

A Vue.js project

Build Setup

# install dependencies
npm install vue-keyboard-su-link --save

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

#使用方法
import Vue from 'vue'
import vueKeyboard from 'vue-keyboard-su-link/dist/vueKeyboard'
Vue.use(vueKeyboard)

<keyboard theme="keyboard" :isKeyboard="isKeyboard"></keyboard>


#内含参数 

必传
isKeyboard:是否显示键盘 布尔值
theme: 'keyboard'||'money'||'moneyMulti'  (普通键盘不带金额||带金额||多种金额) 字符串


payPrice:支付金额  
dkPrice:抵扣金额  
isDkPrice:是否开启抵扣金额显示  布尔值
payTotalPrice:支付总金额  
isPayTotalPrice:是否开启支付总金额显示 布尔值
balanceIcon:余额类型图标 图标链接
balanceName:余额类型名称 
balance:余额

#内含事件
 @close :用于操作关闭键盘
 @pay :输入6位密码后会触发

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago