juareznasato / vuetify-money

vuetify-money
45 stars 23 forks source link

limit of numbers #12

Open Rsingh2403 opened 4 years ago

Rsingh2403 commented 4 years ago

hi @juareznasato ,

Is it possible to increase limit of digits?, it adds 0s in end when we increase length

juareznasato commented 4 years ago

Hi! You can change length or precision options options: { length: 11, precision: 2 }