update name of blanks layout to basic layout

This commit is contained in:
Brent Vardy 2019-09-05 13:58:35 +01:00 committed by mattwr18
parent e0fec965dc
commit e9ac462889
9 changed files with 8 additions and 8 deletions

View File

@ -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'),

View File

@ -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'),

View File

@ -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'),

View File

@ -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'),

View File

@ -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,

View File

@ -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('/')

View File

@ -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('/')

View File

@ -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'),