diff --git a/src/store/state.js b/src/store/state.js index ed3c08d..44d8444 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -1,4 +1,8 @@ export default { userInfo: {}, - accessToken: null + accessToken: null, + expand: { + notification: true, + meal: true + } }