fix: remove ref

This commit is contained in:
tbitw2549 2024-09-14 18:47:19 +03:00
parent c39bad01e2
commit 70b7739739

View File

@ -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__ */