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,