From 95debfbd71667c10931c049ab61a26d44c756bcc Mon Sep 17 00:00:00 2001 From: Vladimir Voronin Date: Thu, 24 Oct 2024 23:18:56 +0300 Subject: [PATCH] fix --- src/App.vue | 3 - src/components/OverlayView.vue | 6 +- src/components/budgets/BudgetList.vue | 2 +- .../budgets/TransactionEditDrawer.vue | 96 ++++++++++--------- src/plugins/axios.ts | 2 +- 5 files changed, 55 insertions(+), 54 deletions(-) diff --git a/src/App.vue b/src/App.vue index da4d327..04c2fab 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,9 +15,6 @@