Sistemato menu laterale... getters, state....

This commit is contained in:
paolo
2018-11-26 00:53:05 +01:00
parent 48c8c742b0
commit 45be1e02c5
8 changed files with 22 additions and 53 deletions

View File

@@ -1,13 +1,13 @@
import Vue from 'vue'
import Vuex, { Store } from 'vuex'
import { IGlobState } from 'model'
import { IGlobalState } from 'model'
import { Route } from 'vue-router'
import { getStoreBuilder } from 'vuex-typex'
export interface RootState {
GlobalModule: IGlobState
GlobalModule: IGlobalState
route: Route
}