From 9863dc6dd0d4b03bfe45c4910b21693667ea8c7c Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 15 Dec 2022 17:52:40 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/App.vue b/client/components/App.vue index a71f2f55..02dc5699 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -120,7 +120,7 @@ class App { this.setAppTitle(); (async() => { - //загрузим конфиг сревера + //загрузим конфиг сервера try { const config = await miscApi.loadConfig(); this.commit('config/setConfig', config);