import { InjectionKey, reactive, provide, inject } from 'vue' type User = { //...... } export const CurrentUser: InjectionKey<{ currentUser: ...
確定! 回上一頁