Skip to content

Commit

Permalink
fix: expose plugin types
Browse files Browse the repository at this point in the history
closes #83, closes #82
  • Loading branch information
johannschopplich committed Jul 12, 2024
1 parent a3627d1 commit 18465c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/plugin.client.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { withQuery } from 'ufo'
import { defineNuxtPlugin } from 'nuxt/app'
import type { ModuleOptions } from '../module'
import { initGtag } from './gtag'
import { resolveTags } from './utils'
import { defineNuxtPlugin, useHead, useRuntimeConfig } from '#imports'
import { useHead, useRuntimeConfig } from '#imports'

export default defineNuxtPlugin({
parallel: true,
Expand Down

0 comments on commit 18465c8

Please sign in to comment.