This commit is contained in:
2019-05-02 22:08:58 +00:00
parent b380174709
commit f935f3a66b
5 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-layout column wrap class="my-5" align-center v-if="this.formState.ready">
<v-flex xs12 mt-1 mb-2>
<v-flex xs12 mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-alert
ref="errorbox"
v-show="formState.errorBoxMessage"