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

@@ -54,7 +54,7 @@
<template v-if='showError'>
<span class='usa-input__message' v-html='validationError'></span>
<span class='usa-input__message' v-text='validationError'></span>
</template>
</fieldset>