[Vuejs]-B-form-input don't accept a minimum number as in normal HTML inputs

0👍

I looked at your question and tried it on my machine here is you should do

Replace min=”0″ where the 0 is being read as a string and replace with min=0. Hope that helps

Leave a comment