1.1.0 • Published 1 year ago

el-input-thousand v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

支持 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"
/>