We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf52bb commit 1bc1cfeCopy full SHA for 1bc1cfe
src/utils/injectionKeys.ts
@@ -3,5 +3,3 @@ import type { InjectionKey } from 'vue'
3
export function createInjectionKey<T>(key: string): InjectionKey<T> {
4
return key as any
5
}
6
-
7
-export const rootMenuInjectionKey = createInjectionKey<any>('rootMenu')
0 commit comments