Skip to content
Snippets Groups Projects
Commit 2f7157cd authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

style: fix slot type error (since vue 3.3)

parent fa3b3cbe
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@
:id="`${resultsId}-option-${index}`"
role="option"
tabindex="-1"
class="tw-py-2 tw-px-4 tw-rounded tw-block tw-cursor-pointer"
:class="{
'tw-py-2 tw-px-4 tw-rounded tw-block tw-cursor-pointer': true,
'tw-bg-aura-primary tw-text-white': activeIndex === index,
}"
:choice="choice"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment