This commit is contained in:
@@ -3,17 +3,18 @@
|
||||
<v-flex>
|
||||
<v-form ref="form">
|
||||
<v-layout align-center justify-left row wrap>
|
||||
<!-- <v-flex xs12 px-2>
|
||||
<!-- <v-flex xs12 mt-1 mb-2>
|
||||
<v-alert
|
||||
color="warning"
|
||||
icon="fa-exclamation-circle "
|
||||
value="true"
|
||||
transition="scale-transition"
|
||||
outline
|
||||
>
|
||||
<div style="word-wrap: break-word;">{{someerror}}</div>
|
||||
class="multi-line"
|
||||
>
|
||||
{{someerror}}
|
||||
</v-alert>
|
||||
</v-flex> -->
|
||||
</v-flex> -->
|
||||
<v-flex xs12 mt-1 mb-2>
|
||||
<v-alert
|
||||
ref="errorbox"
|
||||
@@ -22,8 +23,10 @@
|
||||
icon="fa-exclamation-circle "
|
||||
value="true"
|
||||
transition="scale-transition"
|
||||
class="multi-line"
|
||||
outline
|
||||
><pre>{{this.$gzv.ErrorBoxErrors(this)}}</pre></v-alert>
|
||||
>{{this.$gzv.ErrorBoxErrors(this)}}
|
||||
</v-alert>
|
||||
</v-flex>
|
||||
<v-flex xs12 sm6 lg4 xl3 px-2>
|
||||
<v-text-field
|
||||
|
||||
Reference in New Issue
Block a user