0.1.7 • Published 5 years ago

vue-to-fixed v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

安装


npm install vue-to-fixed --save

参数

comp:标签名,字符串为类型,默认值span

value:需要被保留小数点的值,类型为number

leaveNum:需要保留的小数点个数,类型为number默认值2

example

需要在vue中先注册组件

import ToFixed from "vue-to-fixed"

<to-fixed comp="span" :value="287.123" :leaveNum="0" ></to-fixed>

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago