Open
Description
Vue version
3.4.25
Link to minimal reproduction
Steps to reproduce
- declare radio buttons with values that can be parsed as number
- add a
ref()
and bind the radio buttons withv-model.number
to it
What is expected?
The value of the ref
should be of type number
.
What is actually happening?
It is always of type string
(tested in Chrome and Firefox.)
System Info
No response
Any additional comments?
No response