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
I am using typescript and the composition api. I am trying to access $style in the setup function and typescript doesn't believe that $style is part of the object returned from getCurrentInstance().
This seems to be an oversight on the type definition of getCurrentInstance().
I am using typescript and the composition api. I am trying to access $style in the setup function and typescript doesn't believe that $style is part of the object returned from getCurrentInstance().
This seems to be an oversight on the type definition of getCurrentInstance().
I am trying to use the approach suggested here
The text was updated successfully, but these errors were encountered: