v-model.number does not work for select tag
Version
3.0.0
Reproduction link
https://codepen.io/deb17/pen/rNebLBK
Steps to reproduce
Just select a number from the dropdown - the type shows up as 'string'.
What is expected?
The type should be 'number'.
What is actually happening?
The type is 'string'.
This is working correctly in Vue 2. See https://codepen.io/deb17/pen/mdPaYvO