0👍
should use this.$refs.my_input._data.localValue
instead of this.$refs.my_input.value
0👍
Try to use this.$refs['my_input']
More info here
Source:stackexchange.com
0👍
should use this.$refs.my_input._data.localValue
instead of this.$refs.my_input.value
0👍
Try to use this.$refs['my_input']
More info here