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