fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { computed, defineComponent, h, provide, ref } from 'vue'
|
||||
import { useVModel } from '@vueuse/core'
|
||||
import EdgeAnchor from './EdgeAnchor'
|
||||
import type { Connection, EdgeComponent, EdgeUpdatable, GraphEdge, HandleType, MouseTouchEvent } from '~/types'
|
||||
import { ConnectionMode, Position } from '~/types'
|
||||
import { useEdgeHooks, useHandle, useVueFlow } from '~/composables'
|
||||
import { EdgeId, EdgeRef } from '~/context'
|
||||
import type { Connection, EdgeComponent, EdgeUpdatable, GraphEdge, HandleType, MouseTouchEvent } from '../../types'
|
||||
import { ConnectionMode, Position } from '../../types'
|
||||
import { useEdgeHooks, useHandle, useVueFlow } from '../../composables'
|
||||
import { EdgeId, EdgeRef } from '../../context'
|
||||
import {
|
||||
ARIA_EDGE_DESC_KEY,
|
||||
ErrorCode,
|
||||
@@ -13,7 +12,8 @@ import {
|
||||
getEdgePositions,
|
||||
getHandle,
|
||||
getMarkerId,
|
||||
} from '~/utils'
|
||||
} from '../../utils'
|
||||
import EdgeAnchor from './EdgeAnchor'
|
||||
|
||||
interface Props {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user