feat: add tooltip

This commit is contained in:
Methapon2001 2024-08-09 11:33:03 +07:00
parent 2be34124e1
commit 536cf51acb
7 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,7 @@ defineProps<{
v-bind="{ ...$props, ...$attrs }"
icon="mdi-arrow-left"
color="var(--gray-8-hsl)"
:title="iconOnly ? $t('undo') : undefined"
>
{{ $t('undo') }}
</MainButton>