mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 02:42:49 +09:00
762 B
762 B
Tooltips
You can add the v-tooltip directive to <VIconWrap /> component.
See code for more details about usage.
<template>
<VFlex column-gap="3px">
<VIconWrap
v-tooltip.rounded="'Iam a rounded tooltip'"
icon="lucide:help-circle"
color="info"
has-background
has-large-icon
/>
</VFlex>
</template>