From 2e7d6ac7c1156fe11f9b6058a5291189b04a1d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Tue, 5 May 2026 22:17:03 +1000 Subject: [PATCH] jib,jxyst ccskrb --- src/components/Istochnik_section/Istochnik.vue | 1 + src/components/Istochnik_section/Istochnik_one_kard.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/components/Istochnik_section/Istochnik.vue b/src/components/Istochnik_section/Istochnik.vue index b55de82..a5e2e3f 100644 --- a/src/components/Istochnik_section/Istochnik.vue +++ b/src/components/Istochnik_section/Istochnik.vue @@ -97,6 +97,7 @@ const categories = ref([]); const poisk = ref(""); const sources = ref([]); + const fetchCategories = async () => { try { const data = await axios.get( diff --git a/src/components/Istochnik_section/Istochnik_one_kard.vue b/src/components/Istochnik_section/Istochnik_one_kard.vue index 95f3afd..6485bcf 100644 --- a/src/components/Istochnik_section/Istochnik_one_kard.vue +++ b/src/components/Istochnik_section/Istochnik_one_kard.vue @@ -1,6 +1,7 @@