I\'m running into the problem, that Vue converts the value of an input field of type number into a string and I just can\'t figure out why. The guide I am following along do
You need to use .number modifier for v-model, like this: