refactor(hooks): unite import origin (#16872)

refactor(hooks): unite import origin
This commit is contained in:
sea / 神秘海
2024-05-16 13:00:58 +08:00
committed by GitHub
parent 48e75f53dd
commit 7bcaf29d06

View File

@@ -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,