This commit is contained in:
2019-03-06 23:24:07 +00:00
parent fdbd63bc08
commit feff51618d
5 changed files with 12 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import Vue from "vue";
import Vuex from "vuex";
import createPersistedState from "vuex-persistedstate";
import _ from "./utils/libs/lodash.js";
import _ from "./libs/lodash.min.js";
const MaxLogLength = 100;