diff --git a/src/compositions/usePrefetching.ts b/src/compositions/usePrefetching.ts index 11c286af..208e8c1a 100644 --- a/src/compositions/usePrefetching.ts +++ b/src/compositions/usePrefetching.ts @@ -1,4 +1,4 @@ -import { MaybeRefOrGetter, onBeforeUnmount, onMounted, ref, Ref, toValue, watch } from 'vue' +import { MaybeRefOrGetter, ref, Ref, toValue, watch } from 'vue' import { usePropStore } from '@/compositions/usePropStore' import { isWithComponent, isWithComponents } from '@/types/createRouteOptions' import { getPrefetchOption, PrefetchConfigs, PrefetchStrategy } from '@/types/prefetch'