Skip to content

Commit

Permalink
feat: inject Vue plugin into Nuxt app
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 28, 2023
1 parent 6594aad commit c12457e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ export default defineNuxtPlugin((nuxtApp) => {
}]
})
}

return {
provide: { prismic: prismicPlugin }
}
})

0 comments on commit c12457e

Please sign in to comment.