From 62b21f185e8f17ccbb202b28cbba07dfab2b3f23 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 29 Oct 2024 09:02:00 +0700 Subject: [PATCH] feat: add tooltip on hover icon nly button --- src/components/05_quotation/QuotationCard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index 1467defa..658b6188 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -68,6 +68,7 @@ defineEmits<{ rounded icon="mdi-play-box-outline" size="12px" + :title="$t('preview.doc')" @click.stop="$emit('preview')" />