diff --git a/packages/nuxt3/src/head/runtime/lib/vueuse-head.plugin.ts b/packages/nuxt3/src/head/runtime/lib/vueuse-head.plugin.ts index 549333a75f..0e3bb809bf 100644 --- a/packages/nuxt3/src/head/runtime/lib/vueuse-head.plugin.ts +++ b/packages/nuxt3/src/head/runtime/lib/vueuse-head.plugin.ts @@ -1,5 +1,5 @@ import { createHead, renderHeadToString } from '@vueuse/head' -import { computed, ref, unref, watchEffect, onBeforeUnmount, getCurrentInstance, ComputedGetter } from 'vue' +import { computed, ref, watchEffect, onBeforeUnmount, getCurrentInstance, ComputedGetter } from 'vue' import defu from 'defu' import type { MetaObject } from '..' import { defineNuxtPlugin } from '#app'