revert(core): import toValue from vueuse/core to avoid ambiguous export

This commit is contained in:
braks
2023-11-08 15:12:28 +01:00
committed by Braks
parent 529d90a3be
commit 17e5966e4f
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { MaybeRefOrGetter } from 'vue'
import { toValue } from 'vue'
import { toValue } from '@vueuse/core'
import { useVueFlow } from './useVueFlow'
import type { Connection, ConnectionHandle, HandleType, MouseTouchEvent, ValidConnectionFunc } from '~/types'
import {