From acbf2420cbae07f044a5bb2cf1a8287c1e2711bd Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 4 Dec 2023 14:21:46 +0300 Subject: [PATCH] upd debuger --- luckydiamond/src/components/HeaderComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index 6960a60..b391fca 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -76,7 +76,7 @@ export default { let currentUserName = GetCookie("SpUserName"); GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken")) .then((response) => { - console.log(`route - ${this.$route}`) + console.log(`route - ${this.$route.name}`) this.balance = response.currentMoney; console.log(response); })