chore(Tooltip): update props

This commit is contained in:
Benjamin Canac
2024-03-11 18:43:13 +01:00
parent 55c47288a5
commit cd5b23a1f6
2 changed files with 19 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="flex gap-1.5">
<UTooltip content="Tooltip">
<UTooltip text="Tooltip">
<UButton icon="i-heroicons-rocket-launch" label="Button" disabled />
</UTooltip>
</div>