el-input-thousand

1.1.0 • Public • Published

支持 ElementUi 的 el-input 的千分位输入框

安装

npm install el-input-thousand --save

效果 Demo Animation

使用

import Input from 'el-input-thousand'

components: {
  'el-input-thousand': Input.ELInputThousand
}

<el-input-thousand
  v-model="value1"
  :disabled="diaableValue"
  :placeholder="请输入"
  size="small"
  @change="changeAction"
/>

<el-input-number-thousand
  :controls="false"
  :precision="2"
  v-model="value2"
/>

Package Sidebar

Install

npm i el-input-thousand

Weekly Downloads

3

Version

1.1.0

License

ISC

Unpacked Size

243 kB

Total Files

7

Last publish

Collaborators

  • deansmile007