diff --git a/client/src/components/NavBar.vue b/client/src/components/NavBar.vue index 90eb1f3..90450e4 100644 --- a/client/src/components/NavBar.vue +++ b/client/src/components/NavBar.vue @@ -23,7 +23,8 @@ export default { loggedIn: { handler() { this.getUserInfo(); - } + }, + deep: true } }, methods: {