Replies: 2 comments 3 replies
-
Hi! Maybe related to #272? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@DevCJames Right now, there is sadly not much you can do if you use SFC to have proper types. But if you initialize the wrapper, it should not be of type If that's not the case, can you give us a small repro so we can investigate? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was just wondering if its possible to get the correct typings for components using vue class component in vue test utils?
At the minute when mounting a component using the below method in VTU
Wrapper is of type any, meaning there is no autocompletion for methods or properties that are a part of the component.
Is there any way to get the correct typings for the component?
Beta Was this translation helpful? Give feedback.
All reactions