From c19ec3b232bf25e5d0c2904c9747955c2b05b80c 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: Thu, 7 May 2026 19:26:57 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/News_section/One_kard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/News_section/One_kard.vue b/src/components/News_section/One_kard.vue index 5bcb298..c3d207f 100644 --- a/src/components/News_section/One_kard.vue +++ b/src/components/News_section/One_kard.vue @@ -218,7 +218,7 @@ const download = async () => { { params: { // path: props.parsed_at.split(" ")[0].replace("-", "/"), - path: props.article_date.split()[0], + path: props.article_date.split(" ")[0], title: props.title, }, responseType: "blob",