fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { tryOnScopeDispose } from '@vueuse/core'
|
||||
import type { Ref } from 'vue'
|
||||
import { onBeforeMount } from 'vue'
|
||||
import type { FlowHooks } from '~/types'
|
||||
import { createExtendedEventHook, warn } from '~/utils'
|
||||
import type { FlowHooks } from '../types'
|
||||
import { createExtendedEventHook, warn } from '../utils'
|
||||
|
||||
// flow event hooks
|
||||
export function createHooks(): FlowHooks {
|
||||
|
||||
Reference in New Issue
Block a user