|
@@ -1,6 +1,8 @@
|
|
|
import Vue from 'vue'
|
|
|
import Vuex from 'vuex'
|
|
|
|
|
|
+import actions from '@/store/actions'
|
|
|
+
|
|
|
import company from '@/store/modules/company'
|
|
|
import currencies from '@/store/modules/currencies'
|
|
|
import products from '@/store/modules/products'
|
|
@@ -10,6 +12,7 @@ import customers from '@/store/modules/customers'
|
|
|
Vue.use(Vuex)
|
|
|
|
|
|
const Store = new Vuex.Store({
|
|
|
+ ...actions,
|
|
|
modules: {
|
|
|
company,
|
|
|
currencies,
|