We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa41b0 + 594d415 commit 664696fCopy full SHA for 664696f
src/components/ChoiceList/ChoiceList.vue
@@ -40,7 +40,11 @@ BlockStack(
40
@change="handleChange"
41
)
42
template(#label, v-if="choice.label") {{ choice.label }}
43
- template(#helpText, v-if="choice.helpText") {{ choice.helpText }}
+ template(
44
+ #helpText,
45
+ v-if="choice.helpText",
46
+ v-html="choice.helpText",
47
+ )
48
49
div(
50
v-if="choice.renderChildren",
0 commit comments