Skip to content

Commit

Permalink
fix: import nuxt composables from #imports (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Dec 13, 2023
1 parent 39c433d commit 8422689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxtjs/plugins/posthog.client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// plugins/posthog.client.js
import { defineNuxtPlugin } from '#app'
import { defineNuxtPlugin } from '#imports'
import posthog from 'posthog-js'
export default defineNuxtPlugin((nuxtApp) => {
const runtimeConfig = useRuntimeConfig()
Expand Down

0 comments on commit 8422689

Please sign in to comment.