From d8492ae8739bf37a03aab71f0b14e18b3d68ce9e Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Tue, 28 Jan 2025 06:58:50 +0300 Subject: [PATCH] feat: show order --- src/App.vue | 1 - src/components/Drawer.vue | 21 +++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1b15adf..e2676cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,7 +120,6 @@ }) } finally { isCreatingOrder.value = false; - showDrawer.value = false; } } diff --git a/src/components/Drawer.vue b/src/components/Drawer.vue index aeb4e43..4da7bd3 100644 --- a/src/components/Drawer.vue +++ b/src/components/Drawer.vue @@ -1,7 +1,7 @@