Skip to content

Commit 1bc1cfe

Browse files
committed
chore: 移除无用代码
1 parent fdf52bb commit 1bc1cfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/injectionKeys.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ import type { InjectionKey } from 'vue'
33
export function createInjectionKey<T>(key: string): InjectionKey<T> {
44
return key as any
55
}
6-
7-
export const rootMenuInjectionKey = createInjectionKey<any>('rootMenu')

0 commit comments

Comments
 (0)