From 76bda1c0ee35aa77c3247c5de37ce67379a54c56 Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Thu, 12 Mar 2026 21:51:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D0=B2=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BC=D0=B8=D1=82=20=D0=BF=D0=BE=20=D0=BD=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B2=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D0=BE=D0=B9=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 45 ++--- src/components/MyDialog.vue | 19 ++- src/components/MyDropMenu.vue | 260 ++++++++++++++++++++--------- src/components/UI/CustomButton.vue | 35 ++++ 4 files changed, 249 insertions(+), 110 deletions(-) create mode 100644 src/components/UI/CustomButton.vue diff --git a/src/App.vue b/src/App.vue index 8650d0d..910121b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@ diff --git a/src/components/UI/CustomButton.vue b/src/components/UI/CustomButton.vue new file mode 100644 index 0000000..153626e --- /dev/null +++ b/src/components/UI/CustomButton.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file