From b5bd94ed8e9599c143d86812fb052a212517d066 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Wed, 26 Apr 2023 14:53:51 +0200 Subject: [PATCH] Added deep to watch --- client/src/components/NavBar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {