© 2026 Hedgehog Software, LLC
export default defineNuxtPlugin(nuxtApp => { const { $store } = useNuxtApp() return { provide: { app: $store.getters['app/getApp'] } } })
const { $app } = useNuxtApp() console.log($app)
provide: { app: ref($store.getters['app/getApp']) }
Join the Discord to ask follow-up questions and connect with the community
Nuxt Community Chat Server
31,632 Members