playground(tooltip): avatar trigger

This commit is contained in:
Benjamin Canac
2024-03-12 17:28:02 +01:00
parent 7b8960124f
commit 2d340d2054

View File

@@ -1,5 +1,5 @@
<template> <template>
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow> <UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
<UButton label="Hover me" color="white" /> <UAvatar src="https://avatars.githubusercontent.com/u/739984?v=4" />
</UTooltip> </UTooltip>
</template> </template>