This commit is contained in:
2019-04-03 00:04:44 +00:00
parent e4837d44a4
commit c4a495bb9a
3 changed files with 67 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<v-flex>
<v-form ref="form">
<v-layout align-center justify-left row wrap>
<v-flex xs12 px-2>
<!-- <v-flex xs12 px-2>
<v-alert
color="warning"
icon="fa-exclamation-circle "
@@ -11,13 +11,10 @@
transition="scale-transition"
outline
>
line one<br/>
line two
<div style="word-wrap: break-word;">{{someerror}}</div>
</v-alert>
</v-flex>
<v-flex xs12 px-2>
</v-flex> -->
<v-flex xs12 mt-1 mb-2>
<v-alert
ref="errorbox"
v-show="this.$gzv.ErrorBoxErrors(this)"
@@ -26,7 +23,7 @@
value="true"
transition="scale-transition"
outline
>{{this.$gzv.ErrorBoxErrors(this)}}</v-alert>
><pre>{{this.$gzv.ErrorBoxErrors(this)}}</pre></v-alert>
</v-flex>
<v-flex xs12 sm6 lg4 xl3 px-2>
<v-text-field
@@ -176,7 +173,8 @@ export default {
return {
obj: {},
serverError: {},
formReady: false
formReady: false,
someerror: "blah blahv <br/> blah blah" + "\n test line 3" + "\r\n Test line 4"
};
},
methods: {