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-content-save-outline"
color="207 96% 32%"
:title="iconOnly ? $t('save') : undefined"
>
{{ $t('save') }}
</MainButton>