wy-ei / vue-filter

:v: A collection of Vue.js filter. [Depressed]
MIT License
353 stars 40 forks source link

round #26

Open dcrystalj opened 5 years ago

dcrystalj commented 5 years ago

I would expect round to behave as pow in examples.

Problem

{{ 0.1234 | round(3) }} should render 0.123 instead of 0

looking at lodash specs, https://lodash.com/docs/4.17.10#round second argument is number of decimals