diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index 47153e5e..e0e068f1 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -28,6 +28,7 @@ defineEmits<{ (e: 'delete'): void; (e: 'changeStatus'): void; (e: 'example'): void; + (e: 'preview'): void; }>();