Open flyingL123 opened 4 years ago
From your usage example. This does not work:
<money-format :value="cost" :locale='en' :currency-code='USD' :subunit-value=true :hide-subunits=true> </money-format>
It will not properly convert an integer value in cents to dollars. You need to change subunit-value to subunits-value.
subunit-value
subunits-value
Thanks for catching this.
From your usage example. This does not work:
It will not properly convert an integer value in cents to dollars. You need to change
subunit-value
tosubunits-value
.