From 8109a226203b26ba37f041a955c3f5b056888fef Mon Sep 17 00:00:00 2001 From: Inshal Date: Mon, 3 Jun 2024 20:57:07 +0500 Subject: [PATCH] fixes --- .../DefaultLayoutWithHorizontalNav.vue | 20 +++++++++--------- .../DefaultLayoutWithVerticalNav.vue | 21 +++++++++---------- resources/js/layouts/components/Footer.vue | 12 +++++------ 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue b/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue index 87ff743..766f897 100644 --- a/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue +++ b/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue @@ -4,12 +4,12 @@ import { themeConfig } from '@themeConfig' // Components import Footer from '@/layouts/components/Footer.vue' -import NavBarNotifications from '@/layouts/components/NavBarNotifications.vue' -import NavSearchBar from '@/layouts/components/NavSearchBar.vue' -import NavbarShortcuts from '@/layouts/components/NavbarShortcuts.vue' +// import NavBarNotifications from '@/layouts/components/NavBarNotifications.vue' +// import NavSearchBar from '@/layouts/components/NavSearchBar.vue' +// import NavbarShortcuts from '@/layouts/components/NavbarShortcuts.vue' import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue' import UserProfile from '@/layouts/components/UserProfile.vue' -import NavBarI18n from '@core/components/I18n.vue' +// import NavBarI18n from '@core/components/I18n.vue' import { HorizontalNavLayout } from '@layouts' import { VNodeRenderer } from '@layouts/components/VNodeRenderer' @@ -45,16 +45,16 @@ watch([ - + - + /> --> - - + + @@ -77,6 +77,6 @@ watch([ - + diff --git a/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue b/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue index 1aba2f3..758f915 100644 --- a/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -1,16 +1,15 @@