Set Vue tooltip delay to 1500 ms and remove unneeded properties

This commit is contained in:
Wolfgang Huß 2022-09-16 07:22:44 +02:00
parent a48a338e26
commit bece00c1bc
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
v-tooltip="{
content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start',
delay: { show: 1500 },
}"
>
{{ $t(`contribution.category.name.${category.slug}`) }}

View File

@ -20,7 +20,6 @@
v-tooltip="{
content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start',
delay: { show: 1500 },
}"
/>
</li>