gaoluyang
2026-07-30 8b1b73b297451d87e2ebf8c1bcb05c64f108127c
1
2
3
import type { InjectionKey } from 'vue';
 
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;