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

@@ -57,7 +57,7 @@
<span class='usa-input__message'>{{ "forms.task_order.clin_funding_errors.obligated_amount_error" | translate }}</span>
</template>
<template v-else-if='showError'>
<span class='usa-input__message' v-html='validationError'></span>
<span class='usa-input__message' v-text='validationError'></span>
</template>
<template v-else>
<span class='usa-input__message'></span>