-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing component type definition #336
Comments
You could do this
|
Thanks for your help. In fact they have fixed this in v3.6.13.
|
@tbontb-iaq please try the latest nightly build, we've changed this again: vuetifyjs/vuetify@7c8aeef |
No problems encountered. Test steps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
VSCode cannot obtain component type information.
Steps to reproduce
pnpm create vuetify
commandRun the
pnpm run dev
command and open the page in a browser to ensure that vite generates the corresponding type files.Hover the mouse over the vuetify component and you can see that vscode cannot correctly identify their types.
Some information that may be useful
VSCode version: 1.91.1
Vue.volar: v2.0.26
The text was updated successfully, but these errors were encountered: