vite-pwa / nuxt

Zero-config PWA Plugin for Nuxt 3
https://vite-pwa-org.netlify.app/frameworks/nuxt
MIT License
454 stars 22 forks source link

No $pwa Object in useNuxtApp() in PhpStorm #164

Closed Beaterie closed 1 month ago

Beaterie commented 2 months ago

Hi there,

I work with PhpStorm on a Nuxt Project with vite-pwa/nuxt and don't get any hints for the $pwa-Object in useNuxtApp(). It doesn't throw an error, so I believe that it has to do with the Typescript configuration. I tested all the things mentioned in the documentation of this repo but nothing helped...

image image

Any ideas or solutions?

Thanks in advice