mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
update name of blanks layout to basic layout
This commit is contained in:
parent
e0fec965dc
commit
e9ac462889
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('site.changelog'),
|
title: this.$t('site.changelog'),
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('site.code-of-conduct'),
|
title: this.$t('site.code-of-conduct'),
|
||||||
|
|||||||
@ -385,7 +385,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('site.data-privacy'),
|
title: this.$t('site.data-privacy'),
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('site.imprint'),
|
title: this.$t('site.imprint'),
|
||||||
|
|||||||
@ -71,7 +71,7 @@ import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
|
|||||||
import { VERSION } from '~/constants/terms-and-conditions-version.js'
|
import { VERSION } from '~/constants/terms-and-conditions-version.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
ready: false,
|
ready: false,
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
asyncData({ store, redirect }) {
|
asyncData({ store, redirect }) {
|
||||||
if (store.getters['auth/isLoggedIn']) {
|
if (store.getters['auth/isLoggedIn']) {
|
||||||
redirect('/')
|
redirect('/')
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
asyncData({ store, redirect }) {
|
asyncData({ store, redirect }) {
|
||||||
if (store.getters['auth/isLoggedIn']) {
|
if (store.getters['auth/isLoggedIn']) {
|
||||||
redirect('/')
|
redirect('/')
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
layout: 'blank',
|
layout: 'basic',
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('site.termsAndConditions'),
|
title: this.$t('site.termsAndConditions'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user