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