Skip to content

Commit

Permalink
chore: Ignore type warning for missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzsternemann committed Jul 13, 2022
1 parent 1bbb6da commit 1eabcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nuxt-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const PlausiblePlugin: Plugin = (context, inject) => {
inject('plausible', plausible)
} else {
// Nuxt 3
// @ts-ignore
context.provide('plausible', plausible)
}
}
Expand Down

0 comments on commit 1eabcca

Please sign in to comment.