Format code.
This commit is contained in:
parent
d24046a0f5
commit
e2795cad0d
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@
|
||||||
@click-event="openModal" />
|
@click-event="openModal" />
|
||||||
</div>
|
</div>
|
||||||
<div v-show="errorMessage" class="row my-1 form-test-error">
|
<div v-show="errorMessage" class="row my-1 form-test-error">
|
||||||
<span class="d-inline-flex small mt-0 center-error-message" aria-live="polite" role="alert">
|
<span
|
||||||
|
class="d-inline-flex small mt-0 center-error-message"
|
||||||
|
aria-live="polite"
|
||||||
|
role="alert">
|
||||||
{{ errorMessage }}
|
{{ errorMessage }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue