vuejs-tips / v-money

Tiny (<2k gzipped) input/directive mask for currency
https://vuejs-tips.github.io/v-money/
775 stars 255 forks source link

TypeError: "o.suffix is undefined" #76

Open nattyluke opened 5 years ago

nattyluke commented 5 years ago

Inserting V-Money in my Project works nice, but when I try changing the number in the input field, the number disapears and in the input field the following is written: undefinedNANundefined.

I'm using Browserify, maybe i have got a babel problem because i dont get es2015 to work? Any Ideas how to fix this?

Thank you

nattyluke commented 5 years ago

The error message in the console is the following:

TypeError: "o.suffix is undefined"