use v-text for Vue validaitonError s

This commit is contained in:
graham-dds
2020-01-15 15:02:07 -05:00
parent c2364d1080
commit 477afbe075
5 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@
/>
{% if show_validation %}
<span v-if='showError' class='usa-input__message' v-html='validationError'></span>
<span v-if='showError' class='usa-input__message' v-text='validationError'></span>
{% endif %}
</div>