The GlobalComponents declare components in Vue files are not highlight #4467
Unanswered
wangyige0701
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use unplugin-vue-components to auto import components, and it worked normally. But today when I open vscode, the highlight of all components is not work,
like this, the
<el-upload>
should be highlight of green.The auto import type file is not changed and the type is normally, but I also can't get the type of components in Vue files.
Why it happened, I dont't have any idea.
Beta Was this translation helpful? Give feedback.
All reactions