From 55234cd3c9291449b82208399b0d60f931918d8d Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 10:17:12 +0700 Subject: [PATCH] fix: typo --- src/components/05_quotation/QuotationCard.vue | 2 +- src/components/{BadgeCompoent.vue => BadgeComponent.vue} | 0 src/pages/05_quotation/QuotationForm.vue | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/components/{BadgeCompoent.vue => BadgeComponent.vue} (100%) diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index ed454398..94ba45f3 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -1,7 +1,7 @@