- creating Alternative to SyncManager

- fix: refreshing with FF now it works!
This commit is contained in:
Paolo Arena
2019-02-08 17:10:25 +01:00
parent 5ee0d8e171
commit b65d0a2386
18 changed files with 340 additions and 195 deletions

View File

@@ -9,7 +9,7 @@ import $ from 'jquery'
import Header from './components/Header.vue'
import globalroutines from './globalroutines/index'
import { GlobalStore } from "./store/Modules"
import { GlobalStore } from './store/Modules'
@@ -34,7 +34,7 @@ export default class App extends Vue {
}
if (process.env.PROD) {
console.info('SESSIONE IN PRODUZIONE!')
console.info(process.env)
// console.info(process.env)
}
UserStore.actions.autologin()