feat: implement workspaces
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { InjectionKey } from 'vue'
|
||||
import { UseVueFlow } from '~/types'
|
||||
|
||||
export const VueFlow: InjectionKey<UseVueFlow> = Symbol('vueFlow')
|
||||
export const NodeId: InjectionKey<string> = Symbol('nodeId')
|
||||
Reference in New Issue
Block a user