Vue.prototype is marked as unused Follow
I've defined vue prototype '$http' in ../frontend/src/main.js, and it is used in ../frontend/src/components/IndexPage.vue file.
But IntelliJ marks '$http' as unused definition.
How can I fix this?
Please sign in to leave a comment.
The issue is tracked at https://youtrack.jetbrains.com/issue/WEB-50742, please follow it for updates