diff --git a/src/context/index.ts b/src/context/index.ts index 0bb5ee15..1eb6426f 100644 --- a/src/context/index.ts +++ b/src/context/index.ts @@ -1,5 +1,5 @@ import { InjectionKey } from 'vue' import { UseVueFlow } from '~/types' -export const VueFlow: InjectionKey = Symbol('vueFlow') as InjectionKey -export const NodeId: InjectionKey = Symbol('nodeId') as InjectionKey +export const VueFlow: InjectionKey = Symbol('vueFlow') +export const NodeId: InjectionKey = Symbol('nodeId')