feat: add tooltip on hover icon nly button
This commit is contained in:
parent
4e1062f6a6
commit
62b21f185e
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ defineEmits<{
|
|||
rounded
|
||||
icon="mdi-play-box-outline"
|
||||
size="12px"
|
||||
:title="$t('preview.doc')"
|
||||
@click.stop="$emit('preview')"
|
||||
/>
|
||||
<q-btn
|
||||
|
|
@ -76,6 +77,7 @@ defineEmits<{
|
|||
rounded
|
||||
icon="mdi-eye-outline"
|
||||
size="12px"
|
||||
:title="$t('general.viewDetail')"
|
||||
@click.stop="$emit('view')"
|
||||
/>
|
||||
<KebabAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue