Tooltip in F7-list

Hi All,

the tooltip text below only shows when I click on the Icon, I want it to show on “hover event” How can I do that?

Secondly, the text with the icon ( “M”) does not show when the f7-link is added to the code, how can I make this to show?

<span

      slot="after-title"

      v-if="contact.userType == 2 || contact.userType == 3"

      ><span class="badge color-green">

        <f7-link tooltip="Moderator" >M</f7-link></span

      ></span

Thanks