Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jouryjc/vue_number_keyboard

一个输入金额的键盘组件
https://github.com/jouryjc/vue_number_keyboard

Last synced: 6 days ago
JSON representation

一个输入金额的键盘组件

Awesome Lists containing this project

README

        

# 数字键盘

> 一个简单的数字键盘,当前只支持金额数字的输入;限制数字格式为 123456 或者 123456.66,这是微信支付能够支持的最大数字位数。

## Build Setup

``` bash
# 安装依赖
npm install

# 本地自动打开项目,并搭配热更新
npm run dev

# 线上压缩版本构建
npm run build
```

# 用法


# 可配置属性


       属性
       类型
       备注


btnName
       String
       右下角按钮名称,默认是“支付”


hasDotLength
       Number
       含小数点的长度,小数点后默认是两位


noDotLength
       Number
       不含小数点的长度,小数点后默认是两位