refactor: inject pwa client plugin from module (#1758)
This commit is contained in:
parent
523578ba7b
commit
436489461c
7 changed files with 28 additions and 7 deletions
7
modules/pwa/runtime/pwa-plugin-stub.client.ts
Normal file
7
modules/pwa/runtime/pwa-plugin-stub.client.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default defineNuxtPlugin(() => {
|
||||
return {
|
||||
provide: {
|
||||
pwa: {},
|
||||
},
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue