1.0.2 • Published 8 months ago

currency-el-input v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

el-input-currency

基于 el-input 货币金额输入框

Installation

npm install el-input-currency --save

Getting Started

import 'el-input-currency/lib/el-input-currency.css'
import ElInputC from 'el-input-currency'

Vue.use(ElInputC)

<el-input-c v-model="inputValue" :show-separator="true" clearable @clear="onClear" />

demo

npm install
npm run demo

Customize configuration

See Configuration Reference.

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago