zhangwencui
2026-07-14 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
1
2
3
import type { InjectionKey } from 'vue';
 
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;