zhangwencui
8 天以前 b7ea73950a9acd4111ebd5bfba0983d9e9eb4186
1
2
3
import type { InjectionKey } from 'vue';
 
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;