styling, restructure
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-30 15:28:27 +02:00
parent ca305dff73
commit cf5c17bf59
9 changed files with 198 additions and 51 deletions
+3 -1
View File
@@ -8,10 +8,12 @@
import Vue from 'vue';
import Vuex from 'vuex';
import version from '../../version';
Vue.use (Vuex);
export default new Vuex.Store ({
state: { log: {} },
state: { log: {}, version, theme: '' },
mutations: {
set_log (state, log) {
state.log = log;