1 2 3 4 5 6 7 8
import { ComponentCustomProperties } from 'vue' import { Store } from 'vuex' declare module '@vue/runtime-core' { interface ComponentCustomProperties { $store: Store<State> } }