Ancora sistemazioni con typescript....

This commit is contained in:
paolo
2018-11-15 19:48:37 +01:00
parent f5b73414b1
commit 7c49a97217
30 changed files with 626 additions and 253 deletions

View File

@@ -0,0 +1,7 @@
import Vuex, { Store } from 'vuex'
import Vue from 'vue'
import {RootState} from '@store'
import { getStoreBuilder } from 'vuex-typex'
Vue.use(Vuex)
export const storeBuilder = getStoreBuilder<RootState>()