mirror of
https://github.com/elk-zone/elk
synced 2024-12-11 21:28:06 +09:00
8 lines
95 B
TypeScript
8 lines
95 B
TypeScript
export default defineNuxtPlugin(() => {
|
|
return {
|
|
provide: {
|
|
pwa: {},
|
|
},
|
|
}
|
|
})
|