From 5d9a029d8964e13504e74e8d3f65ccbc754642b7 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 26 Dec 2023 15:11:06 +0530 Subject: [PATCH] Improved: usage of ion-input to use label property and remove ion-label component for the same(#243) --- src/views/count.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/count.vue b/src/views/count.vue index b083430d..955b6c92 100644 --- a/src/views/count.vue +++ b/src/views/count.vue @@ -47,8 +47,7 @@
- {{ $t("Stock") }} - + {{ $t("Enter the count of stock on the shelf.") }} @@ -79,8 +78,7 @@
- {{ $t("Quantity") }} - + {{ $t("Enter the amount of stock that has changed.") }}