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.
1 parent 31d2131 commit 30ca4d5Copy full SHA for 30ca4d5
src/components/QuestionTypes/MultipleChoiceType.vue
@@ -9,8 +9,8 @@
9
v-bind:aria-label="getLabel(index)"
10
role="option"
11
>
12
- <span class="f-image">
13
- <img v-if="hasImages && option.imageSrc" v-bind:src="option.imageSrc" v-bind:alt="option.imageAlt">
+ <span class="f-image" v-if="hasImages && option.imageSrc">
+ <img v-bind:src="option.imageSrc" v-bind:alt="option.imageAlt">
14
</span>
15
<div class="f-label-wrap">
16
<span class="f-key">{{ getToggleKey(index) }}</span>
0 commit comments