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 @@