I have "Missing import statement" for vuejs filters in the html
I use vuejs for my project. In my components HTML files, I used to use filters which are globally imported.
But Webstorm generate an error and it wants to import the filter directly.
Can I configure webstorm to handle global filters ?
Please sign in to leave a comment.
I don't have problems when using filters defined globally, with
Vue.filter()What IDE version do you use? Could you share a sample app the issue can be reproduced with?