13 小时以前 53e9b23a40186efd149fd5c5350b5eced1f69920
1
2
3
import type { InjectionKey } from 'vue';
 
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;