diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 38ba05d..7d4b75e 100755 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -509,6 +509,7 @@ declare module 'vue' { readonly unrefElement: UnwrapRef readonly until: UnwrapRef readonly urlValidator: UnwrapRef + readonly useAbility: UnwrapRef readonly useAbs: UnwrapRef readonly useActiveElement: UnwrapRef readonly useAnimate: UnwrapRef @@ -852,6 +853,7 @@ declare module '@vue/runtime-core' { readonly unrefElement: UnwrapRef readonly until: UnwrapRef readonly urlValidator: UnwrapRef + readonly useAbility: UnwrapRef readonly useAbs: UnwrapRef readonly useActiveElement: UnwrapRef readonly useAnimate: UnwrapRef diff --git a/index.html b/index.html index 53f9e32..cb7e595 100755 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Vuexy - Vuejs Admin Dashboard Template + HelpDesk Web POS diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue index e8c14ca..78f6a16 100755 --- a/src/layouts/components/Footer.vue +++ b/src/layouts/components/Footer.vue @@ -12,26 +12,11 @@ class="mx-1" /> By Pixinvent - - - - License - More Themes - Documentation + >Inetum diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue index 6f58f09..8912f8a 100755 --- a/src/layouts/components/UserProfile.vue +++ b/src/layouts/components/UserProfile.vue @@ -1,5 +1,15 @@ - John Doe + {{ useUserStore.username }} - Admin + {{ useUserStore.role }} @@ -111,7 +121,7 @@ import avatar1 from '@images/avatars/avatar-1.png' - +