mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
chore: 移除无用代码
This commit is contained in:
parent
d00fc26616
commit
87819b4b5d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user