removed app.vue lint changes

pull/1097/head
smit95tpatel 2021-12-17 14:17:37 +05:30
parent 9ebb8e717d
commit 84958f84b1
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<script>
const Footer = () => import(/* webpackChunkName: "index" */ "./components/Index/Footer");
export default {
name: 'app',
components: {
@ -25,8 +26,10 @@
},
async beforeMount() {
await this.$store.dispatch('loadCore')
this.$i18n.locale = this.core.language || "en";
// this.$i18n.locale = "ru";
if (!this.core.setup) {
this.$router.push('/setup')
}