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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Writing here because maybe it's VS Code, maybe TS or maybe Vue types. Sorry if it's just me :)
VS Code Version 1.18.0 (tsdk as delivered)
Vue 2.5.3, no extra types installed
Observation is that this is downgraded to any if the computed property misses.
Now have a look at the version that contains the computed property. As you can see the whole Component property types are properly inferred.
The text was updated successfully, but these errors were encountered:
Writing here because maybe it's VS Code, maybe TS or maybe Vue types. Sorry if it's just me :)
VS Code Version 1.18.0 (tsdk as delivered)
Vue 2.5.3, no extra types installed
Observation is that
this
is downgraded toany
if the computed property misses.Now have a look at the version that contains the
computed
property. As you can see the whole Component property types are properly inferred.The text was updated successfully, but these errors were encountered: