From 42374c0d25e49771dbdee3e14e7ea6572c304f3d Mon Sep 17 00:00:00 2001 From: HarshalMahajan0110 Date: Fri, 13 Oct 2023 14:49:04 +0530 Subject: [PATCH] Fixes issue #60 --- package-lock.json | 2 +- package.json | 2 +- public/index.html | 1 + src/views/Home.vue | 5 ++++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dcbc56..6213f21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "mitt": "^3.0.1", "pinia": "^2.1.4", "pinia-plugin-persistedstate": "^3.1.0", - "vue": "^3.2.13", + "vue": "^3.3.4", "vue-i18n": "~9.1.6", "vue-router": "^4.0.3" }, diff --git a/package.json b/package.json index d178390..06be2df 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mitt": "^3.0.1", "pinia": "^2.1.4", "pinia-plugin-persistedstate": "^3.1.0", - "vue": "^3.2.13", + "vue": "^3.3.4", "vue-i18n": "~9.1.6", "vue-router": "^4.0.3" }, diff --git a/public/index.html b/public/index.html index d7ce73b..1626080 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ + <%= htmlWebpackPlugin.options.title %> diff --git a/src/views/Home.vue b/src/views/Home.vue index ae99c48..bff16ef 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -14,7 +14,10 @@

{{ authStore.getOMS }}

{{ authStore.current?.partyName ? authStore.current?.partyName : authStore.current.userLoginId }}

- {{ $t('Logout') }} + + Logout + +