import { ActionTree } from 'vuex'; import { DemoState } from './index'; import { DemoAction } from './types'; import { GlobalState } from '@/wrapper/store'; const actions: ActionTree = { }; export default actions;