store.ts import { InjectionKey } from 'vue' import { createStore, Store } from 'vuex' // 为store state 声明类型 export interface State ...
確定! 回上一頁