I have an issue with IntelliJ IDEA. yesterday I started a Nuxt.js Project With Vuetify as UI framework. But IntelliJ IDEA It not detecting Vuetify Components. it Showing them as an Unknown HTML tag. And When I use the idea's Autocomplete It Importing That Component, although Vuetify Is Already Registered As Global COmponent.
Asked
Active
Viewed 2,523 times
2 Answers
2
It is a bug in IntelliJ Idea
For a temporary workaround, download The js file and paste it in your Vuetify project dir. [Note: No Need To Reference The js File.]
https://raw.githubusercontent.com/vuetifyjs/api-generator/master/dist/fakeComponents.js
Ref:
https://youtrack.jetbrains.com/issue/WEB-32886 https://github.com/vuetifyjs/vuetify/issues/4590#issuecomment-414300395
EDIT: THE Problem is fixed. just upgrade the ide

Bubun
- 416
- 6
- 17
1
It is bug in IntelliJ IDEA. Feel free to vote or comment here:

Aldarund
- 17,312
- 5
- 73
- 104
-
Thank You! I Got A Temporary Fix From The Post. – Bubun Sep 09 '18 at 11:23