Update App.vue

This commit is contained in:
Troplo 2021-04-09 20:38:28 +10:00
parent 406764ea12
commit 851b08bd1e

View file

@ -25,9 +25,6 @@ export default {
} }
if (JSON.parse(localStorage.getItem("wind404"))) { if (JSON.parse(localStorage.getItem("wind404"))) {
var wind = JSON.parse(localStorage.getItem("wind404")); var wind = JSON.parse(localStorage.getItem("wind404"));
} else {
// eslint-disable-next-line no-redeclare
var wind = false;
} }
this.$store.commit("setWind", wind); this.$store.commit("setWind", wind);
Object.assign(axios.defaults, { Object.assign(axios.defaults, {