This commit is contained in:
2019-11-05 20:39:32 +00:00
parent 36ef3b2a41
commit c394fd35ba
13 changed files with 27 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-row column wrap class="my-12" align-center v-if="this.formState.ready">
<v-col xs12 mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-row align-center v-if="this.formState.ready">
<v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-alert
ref="errorbox"
v-show="formState.errorBoxMessage"
@@ -13,7 +13,7 @@
>{{ formState.errorBoxMessage }}</v-alert
>
</v-col>
<v-col xs12 md12>
<v-col cols="12">
<div v-if="this.formState.ready">
<v-toolbar flat>
<v-toolbar-title>