1.0.2 • Published 7 years ago
sf-thousand v1.0.2
Highlights
- 数字自动转换成带千位符
Install
$ npm install sf-thousand --saveUsage
import thousand from 'sf-thousand'
Vue.use(thousand)
<input type="text" :value="numbers | thousand">$ npm install sf-thousand --saveimport thousand from 'sf-thousand'
Vue.use(thousand)
<input type="text" :value="numbers | thousand">