Улучшил обработку ошибок

This commit is contained in:
Book Pauk
2019-01-15 01:54:04 +07:00
parent e0ed369df2
commit aef24fb271
3 changed files with 20 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ const mutations = {
setFullScreenActive(state, value) {
state.fullScreenActive = value;
},
addOpenedBook(state, value) {
setOpenedBook(state, value) {
Vue.set(state.openedBook, value.key, Object.assign({}, value, {touchTime: Date.now()}));
},
delOpenedBook(state, value) {