This commit is contained in:
2018-11-16 19:16:52 +00:00
parent 83a5922471
commit 9de7376499
3 changed files with 7 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import Vuex from "vuex";
import createPersistedState from "vuex-persistedstate";
import _ from "./utils/libs/lodash.js";
const MaxLogLength = 3;
const MaxLogLength = 100;
Vue.use(Vuex);