update(context): remove typecast

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 833cf5e489
commit af5b048391
+2 -2
View File
@@ -1,5 +1,5 @@
import { InjectionKey } from 'vue'
import { UseVueFlow } from '~/types'
export const VueFlow: InjectionKey<UseVueFlow> = Symbol('vueFlow') as InjectionKey<UseVueFlow>
export const NodeId: InjectionKey<string> = Symbol('nodeId') as InjectionKey<string>
export const VueFlow: InjectionKey<UseVueFlow> = Symbol('vueFlow')
export const NodeId: InjectionKey<string> = Symbol('nodeId')