diff --git a/src/App.vue b/src/App.vue index a4a9206..562146e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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, {