refactor(core): replace vueuse imports with vue

This commit is contained in:
braks
2024-02-21 23:27:01 +01:00
committed by Braks
parent c24287d4fc
commit e5a84656ad
11 changed files with 21 additions and 28 deletions
@@ -1,5 +1,5 @@
import { computed, defineComponent, h, nextTick, onBeforeUnmount, onMounted, provide, ref, watch } from 'vue'
import { toRef, until, useVModel } from '@vueuse/core'
import { computed, defineComponent, h, nextTick, onBeforeUnmount, onMounted, provide, ref, toRef, watch } from 'vue'
import { until, useVModel } from '@vueuse/core'
import {
ARIA_NODE_DESC_KEY,
arrowKeyDiffs,