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