UNPKG

create-iking-admin

Version:

金合技术中台脚手架

9 lines (6 loc) 288 B
import type { InjectionKey } from 'vue' export function createInjectionKey<T>(key: string): InjectionKey<T> { return key as any } export const i18nTitleInjectionKey = createInjectionKey<any>('i18nTitle') export const rootMenuInjectionKey = createInjectionKey<any>('rootMenu')