LiveAtlas/src/store/getters.ts

10 lines
162 B
TypeScript
Raw Normal View History

2020-11-23 16:16:26 +00:00
import {GetterTree} from "vuex";
import {State} from "@/store/state";
export type Getters = {
}
export const getters: GetterTree<State, State> & Getters = {
}