This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user