chore(core): cleanup imports from vueuse/core that exist in vue
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ref, watch } from 'vue'
|
||||
import type { KeyFilter, KeyPredicate, MaybeRefOrGetter } from '@vueuse/core'
|
||||
import { onKeyStroke, toValue, useEventListener } from '@vueuse/core'
|
||||
import type { MaybeRefOrGetter } from 'vue'
|
||||
import { ref, toValue, watch } from 'vue'
|
||||
import type { KeyFilter, KeyPredicate } from '@vueuse/core'
|
||||
import { onKeyStroke, useEventListener } from '@vueuse/core'
|
||||
import { useWindow } from './useWindow'
|
||||
|
||||
export function isInputDOMNode(event: KeyboardEvent): boolean {
|
||||
|
||||
Reference in New Issue
Block a user