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