chore: 移除无用代码

This commit is contained in:
Hooray Hu 2024-07-05 15:14:39 +08:00
parent d00fc26616
commit 87819b4b5d

View File

@ -3,5 +3,3 @@ import type { InjectionKey } from 'vue'
export function createInjectionKey<T>(key: string): InjectionKey<T> {
return key as any
}
export const rootMenuInjectionKey = createInjectionKey<any>('rootMenu')