Skip to content

Commit 552ed62

Browse files
committed
Still binding the native title element
1 parent 76472cd commit 552ed62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Frontend/src/components/FAIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ withDefaults(
1313
</script>
1414

1515
<template>
16-
<FontAwesomeIcon :icon="icon" :size="size" v-tippy="title" />
16+
<FontAwesomeIcon :icon="icon" :size="size" v-tippy="title" v-bind:title="title" />
1717
</template>

0 commit comments

Comments
 (0)