mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
Rename sidebar footer component
This commit is contained in:
parent
673804aad2
commit
44e36224e8
2 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@
|
|||
</template>
|
||||
|
||||
<template #footer>
|
||||
<DockFooter />
|
||||
<MainSidebarFooter />
|
||||
</template>
|
||||
</b-sidebar>
|
||||
</template>
|
||||
|
@ -88,7 +88,7 @@
|
|||
import { mapState, mapGetters } from 'vuex';
|
||||
import ProfileDockMenu from '@/components/Dock/ProfileDockMenu';
|
||||
import SidebarHeader from '@/components/SidebarHeader';
|
||||
import DockFooter from '@/components/Dock/DockFooter';
|
||||
import MainSidebarFooter from '@/components/MainSidebarFooter';
|
||||
import SearchBox from '@/components/SearchBox';
|
||||
|
||||
export default {
|
||||
|
@ -96,7 +96,7 @@ export default {
|
|||
SearchBox,
|
||||
ProfileDockMenu,
|
||||
SidebarHeader,
|
||||
DockFooter,
|
||||
MainSidebarFooter,
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue