error related with v-slot in my IDE, or some other issue

v-slot error in my IDE

I am working in vue.js and placed this syntax all over the place, everything works as expected, but I cannot get rid of this error all over the place (Unrecognized slot name).

I've read in several places that maany people have the same issue but I haven't found an answer.

Do you know a work around?

Upvotes: 2

Views: 1877

Answers (1)

yoduh
yoduh

Reputation: 14649

Seems to be an unresolved issue with WebStorm IDE. For what it's worth, I've not seen this problem when using Visual Studio Code.

Upvotes: 3

Related Questions