Added querying to sidebar. Fixed initial state.

This commit is contained in:
Patrick Fic
2019-12-09 22:04:42 -08:00
parent 620d2419a3
commit 65cd317b95
6 changed files with 47 additions and 38 deletions

View File

@@ -1,9 +1,5 @@
export default {
currentUser: {
email: null,
displayName: null,
token: null
},
currentUser: { email: null, displayName: null },
selectedNavItem: "Home",
recentItems: [],
whiteBoardLeftSiderVisible: true