refactor(core): replace vueuse imports with vue
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import type { ComputedRef } from 'vue'
|
||||
import { computed, ref, watch } from 'vue'
|
||||
import type { MaybeRefOrGetter } from '@vueuse/core'
|
||||
import { toRef, toValue } from '@vueuse/core'
|
||||
import type { ComputedRef, MaybeRefOrGetter } from 'vue'
|
||||
import { computed, ref, toRef, toValue, watch } from 'vue'
|
||||
import type { Connection, HandleType } from '../types'
|
||||
import { areConnectionMapsEqual, handleConnectionChange } from '../utils'
|
||||
import { useNodeId } from './useNodeId'
|
||||
|
||||
Reference in New Issue
Block a user