el-input-thousand
v1.1.0
Published
支持 ElementUi 的 el-input 的千分位输入框
Downloads
10
Maintainers
Readme
支持 ElementUi 的 el-input 的千分位输入框
安装
npm install el-input-thousand --save
效果
使用
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"
/>