Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
Showing only changes of commit b2b934cfb3 - Show all commits

View File

@ -27,6 +27,11 @@ const store = createStore({
state.Session.Token = token;
}
},
actions: {
logout({state, commit, rootState}){
commit("setToken", null);
}
},
modules: {
dashboard,
budget