import { InjectionKey } from 'vue' import { createStore, ... State { count: number } export const key: InjectionKey<Store<State>> = Symbol() ...
確定! 回上一頁