|
@@ -3,7 +3,7 @@ import App from './App.vue'
|
|
|
|
|
|
import { sync } from 'vuex-router-sync'
|
|
import { sync } from 'vuex-router-sync'
|
|
import router from './router'
|
|
import router from './router'
|
|
-import store from './store'
|
|
|
|
|
|
+import store from '@/store'
|
|
|
|
|
|
import FlowService from '@/services/flowservice-vue'
|
|
import FlowService from '@/services/flowservice-vue'
|
|
|
|
|