Update App.vue

This commit is contained in:
Troplo 2021-04-09 20:38:28 +10:00
parent 406764ea12
commit 851b08bd1e
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ export default {
}
if (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);
Object.assign(axios.defaults, {