Open MichaHuhn opened 1 month ago
Vue 3.5 added a better way to access template refs.
3.5
The new useTemplateRef() function automatically infers the HTML element's type.
useTemplateRef()
Vue
3.5
added a better way to access template refs.The new
useTemplateRef()
function automatically infers the HTML element's type.