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