### Vue.js version 2.0.1 ### Reproduction Link https://jsfiddle.net/dede89/4tquo6sx/ ### Steps to reproduce Given a input range with a v-model directive. Click on the input range to change the value. ### What is Expected? After updating the type of the value should be number. ### What is actually happening? The type of the value is string.