From 7818fe062f86bca32ab2d961716df7abebcef11b Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Wed, 25 Mar 2026 22:57:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 29 ++++++++------ src/components/CodeBlock.vue | 8 +++- src/components/CodeView.vue | 1 - src/components/MovementButtons.vue | 6 +-- src/components/MyDialog.vue | 20 ++++++++-- src/components/MyDropMenu.vue | 60 +---------------------------- src/data/informationForDirectory.js | 56 +++++++++++++++++++++++++++ 7 files changed, 101 insertions(+), 79 deletions(-) create mode 100644 src/data/informationForDirectory.js diff --git a/src/App.vue b/src/App.vue index 8697757..97917e3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/CodeView.vue b/src/components/CodeView.vue index d7484fd..d26ecfc 100644 --- a/src/components/CodeView.vue +++ b/src/components/CodeView.vue @@ -12,7 +12,6 @@ const props = defineProps({ default: false } }) -console.log(props.code)