You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading through the Template Refs documentation and noticed a small typo in the example code provided. The code snippet uses input as the name of the template ref in the <script setup> block, but the text in the documentation refers to inputRef.value, which does not exist in the provided example.
It appears that inputRef.value should instead be input.value to align with the example code. If my opinion seems correct, I will submit a Pull Request shortly to address the issue.
Thank you for your time and for the great work on Vue.js!