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
Is there a reason that some public members of the Vue class are not included in the type definition? This is getting really messy for me as I'm having to create a vue-shim.d.ts that augments the VueConstructor type as a work around for this issue.
Version
2.6.10
Reproduction link
https://jsfiddle.net/jafbudpk/3/#&togetherjs=HlrrSLGnsb
Steps to reproduce
What is expected?
The
$option
should be already type right.What is actually happening?
Property '$options' does not exist on type 'VueConstructor'.ts(2339)
The text was updated successfully, but these errors were encountered: