I have built a Vue Component Library for my projects.
After I have integrated the library in my main.js
with app.use(ComponentLibrary)
, and use the individual components in my views, they do not have code-completion or tag & attribute suggestions in my IDE (PhpStorm), so they are not recognised.
They still work, but it would be very helpful if the IDE also recognised them.
Does anyone have an idea how I can solve this?