This commit is contained in:
2020-03-03 19:29:42 +00:00
parent 15bfab0884
commit aa6a1a15be
5 changed files with 26 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ Vue.use(Vuex);
export default new Vuex.Store({
plugins: [createPersistedState()],
state: {
lastClientVersion:"",
lastClientVersion: "",
authenticated: false,
apiUrl: "",
helpUrl: "",