From 70b77397396f7eb73cc6bf51b65c07cc191b1bf0 Mon Sep 17 00:00:00 2001 From: tbitw2549 Date: Sat, 14 Sep 2024 18:47:19 +0300 Subject: [PATCH] fix: remove ref --- .../nuxt/src/components/runtime/client-delayed-component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/src/components/runtime/client-delayed-component.ts b/packages/nuxt/src/components/runtime/client-delayed-component.ts index bd43b51bf3..c971b93337 100644 --- a/packages/nuxt/src/components/runtime/client-delayed-component.ts +++ b/packages/nuxt/src/components/runtime/client-delayed-component.ts @@ -1,4 +1,4 @@ -import { defineAsyncComponent, defineComponent, h, hydrateOnIdle, hydrateOnInteraction, hydrateOnMediaQuery, hydrateOnVisible, mergeProps, ref, watch } from 'vue' +import { defineAsyncComponent, defineComponent, h, hydrateOnIdle, hydrateOnInteraction, hydrateOnMediaQuery, hydrateOnVisible, mergeProps, watch } from 'vue' import type { AsyncComponentLoader, HydrationStrategy } from 'vue' /* @__NO_SIDE_EFFECTS__ */