mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
6 lines
170 B
Vue
6 lines
170 B
Vue
<template>
|
|
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
|
|
<UAvatar src="https://avatars.githubusercontent.com/u/739984?v=4" />
|
|
</UTooltip>
|
|
</template>
|