From 7bcaf29d06f23022d1eecfa75f391ad26ffe784b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 16 May 2024 13:00:58 +0800 Subject: [PATCH] refactor(hooks): unite import origin (#16872) refactor(hooks): unite import origin --- packages/hooks/use-lockscreen/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/hooks/use-lockscreen/index.ts b/packages/hooks/use-lockscreen/index.ts index 6389b1c585..fc378c287e 100644 --- a/packages/hooks/use-lockscreen/index.ts +++ b/packages/hooks/use-lockscreen/index.ts @@ -1,5 +1,4 @@ -import { isRef, onScopeDispose, watch } from 'vue' -import { computed } from '@vue/reactivity' +import { computed, isRef, onScopeDispose, watch } from 'vue' import { addClass, getScrollBarWidth,