1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-11 21:28:06 +09:00
elk/modules/pwa/runtime/pwa-plugin-stub.client.ts

8 lines
95 B
TypeScript

export default defineNuxtPlugin(() => {
return {
provide: {
pwa: {},
},
}
})