fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -2,8 +2,8 @@ import type { ToRefs } from 'vue'
|
||||
import { effectScope, isRef, nextTick, onScopeDispose, watch } from 'vue'
|
||||
import type { WatchPausableReturn } from '@vueuse/core'
|
||||
import { toRef, watchPausable } from '@vueuse/core'
|
||||
import type { Connection, FlowProps, VueFlowStore } from '~/types'
|
||||
import { isDef } from '~/utils'
|
||||
import type { Connection, FlowProps, VueFlowStore } from '../types'
|
||||
import { isDef } from '../utils'
|
||||
|
||||
export function useWatchProps(
|
||||
models: ToRefs<Pick<FlowProps, 'nodes' | 'edges' | 'modelValue'>>,
|
||||
|
||||
Reference in New Issue
Block a user