UNPKG
vuejs-money-br
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.7
Mask (directive) for VueJS
github.com/lyorke-prime/vue-money-br
lyorke-prime/vue-money-br
vuejs-money-br
/
src
/
options.js
7 lines
(6 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{ prefix:
'R$ '
, thousands:
'.'
,
decimal
:
','
, precision:
2
};