You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the instructions installing the module with Nuxi, and adding <VitePwaManifest /> to app.vue.
Then nothing happens, after some digging, it is because in VitePwaManifest.mjs, the import import { pwaInfo } from "virtual:pwa-info"; fails. (pwaInfo is undefined).
I've followed the instructions installing the module with Nuxi, and adding
<VitePwaManifest />
to app.vue.Then nothing happens, after some digging, it is because in VitePwaManifest.mjs, the import
import { pwaInfo } from "virtual:pwa-info";
fails. (pwaInfo is undefined).My nuxt.config is empty:
pwa: {}
The text was updated successfully, but these errors were encountered: