From 060d5a8b63aadc38f070dd2a4913def9f66cdebc Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Sat, 20 May 2023 19:06:31 +0100 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D1=8F=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B7=D0=B4=D0=BE=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D1=81=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Presentation/PresentationView.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/Presentation/PresentationView.vue b/src/views/Presentation/PresentationView.vue index 1f22791..8ab68b9 100644 --- a/src/views/Presentation/PresentationView.vue +++ b/src/views/Presentation/PresentationView.vue @@ -30,6 +30,8 @@ import vueMkHeader from "@/assets/img/space-background.jpg"; //authentification const isAuthenticated = computed(() => !!sessionStorage.getItem('access_token')); +const userId = computed(() => sessionStorage.getItem('user_id')); +const loggedUserName = computed(() => sessionStorage.getItem('username')); //hooks const body = document.getElementsByTagName("body")[0]; @@ -87,16 +89,23 @@ export default {

LinkedMin

+

+ + + + + +

-

- Тариф Премиум

+ Привет, {{ loggedUserName }}