This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
transition="scale-transition"
|
||||
class="multi-line"
|
||||
outline
|
||||
>{{ formState.errorBoxMessage }}</v-alert>
|
||||
>{{ formState.errorBoxMessage }}</v-alert
|
||||
>
|
||||
</v-flex>
|
||||
<v-flex xs12 sm6 lg4 xl3 px-2>
|
||||
<v-text-field
|
||||
@@ -140,15 +141,15 @@
|
||||
<v-layout align-left justify-center row wrap mt-5>
|
||||
<v-flex xs6 sm4>
|
||||
READY: {{ formState.ready }}
|
||||
<br>
|
||||
<br />
|
||||
LOADING: {{ formState.loading }}
|
||||
<br>
|
||||
<br />
|
||||
DIRTY: {{ formState.dirty }}
|
||||
<br>
|
||||
<br />
|
||||
VALID: {{ formState.valid }}
|
||||
<br>
|
||||
<br />
|
||||
READONLY: {{ formState.readOnly }}
|
||||
<br>
|
||||
<br />
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-form>
|
||||
|
||||
Reference in New Issue
Block a user