remove debug
This commit is contained in:
parent
fef9121fce
commit
a9fa92e9bb
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
||||||
:model-value="choices[index]"
|
:model-value="choices[index]"
|
||||||
@update:model-value="value => activateOption(index, value)"
|
@update:model-value="value => activateOption(index, value)"
|
||||||
>
|
>
|
||||||
{{ choices[index] }}
|
|
||||||
<RichContent
|
<RichContent
|
||||||
:id="`option-vote-${randomSeed}-${index}`"
|
:id="`option-vote-${randomSeed}-${index}`"
|
||||||
:html="option.title_html"
|
:html="option.title_html"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue