Skip to content

Commit 7c001c8

Browse files
authored
Merge pull request #438 from ownego/update/use-v-html-for-choice-help-text
Use vhtml for span in helpText of choiceList
2 parents cfa83a0 + d458d4c commit 7c001c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChoiceList/ChoiceList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ BlockStack(
4343
template(
4444
#helpText,
4545
v-if="choice.helpText",
46-
v-html="choice.helpText",
4746
)
47+
span(v-html="choice.helpText")
4848

4949
div(
5050
v-if="choice.renderChildren",

0 commit comments

Comments
 (0)