luis 7 anni fa
parent
commit
497093f73b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      browser/vue-flow/src/main.js

+ 1 - 1
browser/vue-flow/src/main.js

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