front-end almost done | started back-end
This commit is contained in:
+8
-7
@@ -1,22 +1,23 @@
|
||||
<template>
|
||||
<div>
|
||||
<site-header/>
|
||||
<SiteHeader/>
|
||||
<nuxt/>
|
||||
<home-footer v-if="this.$route.name === 'lang'"></home-footer>
|
||||
<site-footer v-else></site-footer>
|
||||
<SiteFooterHomePage v-if="this.$route.name === 'lang'"></SiteFooterHomePage>
|
||||
<SiteFooterGlobal v-else></SiteFooterGlobal>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
mounted() {},
|
||||
mounted() {
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
htmlAttrs: {
|
||||
lang: 'fa'
|
||||
}
|
||||
}
|
||||
lang: this.$route.params.lang
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user