This commit is contained in:
Andrea Vos 2022-10-23 21:57:42 +02:00
parent 3b6e7fe181
commit 68cde53c24

View File

@ -1,5 +1,5 @@
<template>
<span class="tooltip-wrapper" :title="text" :aria-label="text">
<span class="tooltip-wrapper" :title="text" :aria-label="text" role="img">
<slot></slot>
<span class="tooltip-content bg-dark text-white border px-2 py-1 rounded">
{{ text }}