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 09c46ec commit b37d4ceCopy full SHA for b37d4ce
src/Frontend/src/components/FAIcon.vue
@@ -13,5 +13,5 @@ withDefaults(
13
</script>
14
15
<template>
16
- <FontAwesomeIcon :icon="icon" :size="size" :title="title" />
+ <FontAwesomeIcon :icon="icon" :size="size" v-tippy="title" />
17
</template>
0 commit comments