vue-mny
VARIABLES
input:              
CODE
<span v-mny="input"></span>
RESULT
VARIABLES
locale:             
style:
currency:
currencyDisplay:
CODE
<span v-mny="{
    input: input,
    locale: '',
    style: '',
    currency: '',
    currencyDisplay: ''
}"></span>
RESULT