mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
6 lines
178 B
Vue
6 lines
178 B
Vue
<template>
|
|
<UTooltip text="Tooltip example" :shortcuts="['⌘', 'O']" :popper="{ placement: 'right' }">
|
|
<UButton color="gray" label="Hover me" />
|
|
</UTooltip>
|
|
</template>
|