Рефакторинг, промежуточный коммит

This commit is contained in:
Book Pauk
2019-01-15 19:01:13 +07:00
parent 5198e3f7ba
commit 859849b66c
3 changed files with 105 additions and 111 deletions

View File

@@ -2,7 +2,6 @@ import Vue from 'vue';
// initial state
const state = {
loaderActive: false,
fullScreenActive: false,
openedBook: {},
};
@@ -28,9 +27,6 @@ const actions = {};
// mutations
const mutations = {
setLoaderActive(state, value) {
state.loaderActive = value;
},
setFullScreenActive(state, value) {
state.fullScreenActive = value;
},