From 3f635d604ffdab43315fd25fe5db8774dfbadf1f Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 10 Jan 2019 19:12:20 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B6=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/store/modules/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/store/modules/config.js b/client/store/modules/config.js index cb6ce9e9..a9c7c1e7 100644 --- a/client/store/modules/config.js +++ b/client/store/modules/config.js @@ -3,6 +3,7 @@ import miscApi from '../../api/misc'; const state = { name: null, version: null, + mode: null, }; // getters