Do you mean that $store is not resolved? In nuxt projects, vuex module where $store is defined is not listed in package.json dependencies and thus not indexed (excluded from project). Please right-click node_modules/vuex folder in the Project toolwindow and choose Mark directory as | Not excluded* from the menu - this should help
Do you mean that $store is not resolved? In nuxt projects,
vuexmodule where $store is defined is not listed inpackage.jsondependencies and thus not indexed (excluded from project). Please right-clicknode_modules/vuexfolder in the Project toolwindow and choose Mark directory as | Not excluded* from the menu - this should helpNote also that no special support for Nuxt is currently provided, please follow https://youtrack.jetbrains.com/issue/WEB-36008 for updates