<input type="number" class="num" value="1" @blur.prevent="changeCount()">
methods:{ changeCount:function(){ }, }