component ref not working
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
in devtools -> console, you can see error: TypeError: this.$refs.input.focus is not a function
What is expected?
input element is focused on initial load
What is actually happening?
TypeError: this.$refs.input.focus is not a function
System Info
No response
Any additional comments?
No response
you should add the focus method in Comp.vue. see demo