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
Using vue-types 4.1.1 with Volar extension v. 0.28.9. Somehow a function prop defined with VueTypes.prop.isRequired is still seen as ((...args: any[]) => any) | undefined. Screenshot below:
The text was updated successfully, but these errors were encountered:
Using vue-types 4.1.1 with Volar extension v. 0.28.9. Somehow a function prop defined with
VueTypes.prop.isRequired
is still seen as((...args: any[]) => any) | undefined
. Screenshot below:The text was updated successfully, but these errors were encountered: