vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
208.01k stars 33.69k forks source link

Vue Currency Filter Decimal Place not working. #2773

Closed libern closed 8 years ago

libern commented 8 years ago
{{ amount | currency '₫' 0 }}

The 0 simply not taking effect. The result is always xxx.00

libern commented 8 years ago

@yyx990803 Links: http://jsfiddle.net/5sH6A/334/

phanan commented 8 years ago

Don't think this feature is released yet. Vue v1.0.21 is out 21d ago, when the feature #2676 was added 14d ago.