Vue.prototype is marked as unused James Hyun 创建于 2021年09月02日 03:47 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?
The issue is tracked at https://youtrack.jetbrains.com/issue/WEB-50742, please follow it for updates