wy-ei / vue-filter

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

add data Converters #23

Closed alphaelf closed 6 years ago

alphaelf commented 6 years ago

hi, could you add converter like: Data e.g. kilobyte -> megabyte as {{ 1524 | kb2mb }} //1.52 other: Volume e.g. liters -> milliliters as {{ 1 | liter2milliliter }} //1000 Length e.g. inches -> centimeters as {{ 2 | inche2centi }} //5.08

it's big deal and make this pack more usable.

wy-ei commented 6 years ago

It's not very difficult to Implement this , but I think there only few people need use it. This project can't include of the possible filter, it should only include the filter which could be widely used.

alphaelf commented 6 years ago

yes, maybe another project good for this