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
when using template refs like this :ref="(el) => (someref = el)" ts extension throws an error Parameter 'el' implicitly has an 'any' type. ts(7006), but vue does not support ts typings in templates, so this error should not occur.
when using template refs like this
:ref="(el) => (someref = el)"
ts extension throws an errorParameter 'el' implicitly has an 'any' type. ts(7006)
, but vue does not support ts typings in templates, so this error should not occur.i have reproduced this in a repo based on volar-starter, where i only edited App.vue, which you can check.
The text was updated successfully, but these errors were encountered: