fix: small fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
no-popper
|
||||
add-menu-classes="c-dropdown-menu-right"
|
||||
>
|
||||
<template #button-content>
|
||||
<template #toggler-content>
|
||||
<img
|
||||
src="img/avatars/6.jpg"
|
||||
class="c-img-avatar"
|
||||
|
||||
@@ -4,13 +4,25 @@
|
||||
class="c-header-toggler c-d-lg-none"
|
||||
v-c-emit-root-event:c-sidebar-toggle
|
||||
/>
|
||||
<CLink class="c-header-brand" to="#">
|
||||
<img class="c-navbar-brand-full" src="img/brand/logo.svg" width="89" height="25" alt="CoreUI Logo">
|
||||
<!-- <img class="c-navbar-brand-minimized" src="img/brand/sygnet.svg" width="30" height="30" alt="CoreUI Logo"> -->
|
||||
<CLink class="c-header-brand" to="/">
|
||||
<img
|
||||
class="c-navbar-brand-full"
|
||||
src="img/brand/logo.svg"
|
||||
width="89"
|
||||
height="25"
|
||||
alt="CoreUI Logo"
|
||||
>
|
||||
<!-- <img
|
||||
class="c-navbar-brand-minimized"
|
||||
src="img/brand/sygnet.svg"
|
||||
width="30"
|
||||
height="30"
|
||||
alt="CoreUI Logo"
|
||||
> -->
|
||||
</CLink>
|
||||
<CSidebarToggler
|
||||
class="c-header-toggler c-d-md-down-none"
|
||||
v-c-emit-root-event:c-sidebar-toggle
|
||||
v-c-emit-root-event:c-sidebar-toggle
|
||||
/>
|
||||
<ul class="c-header-nav c-d-md-down-none">
|
||||
<CNavItem class="c-px-3" to="/dashboard">Dashboard</CNavItem>
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
<template>
|
||||
<CSidebar fixed :minimize="minimize">
|
||||
<CSidebar
|
||||
fixed
|
||||
:minimize="minimize"
|
||||
dropdownBehaviors="closeOnInactiveRoute"
|
||||
>
|
||||
<CSidebarHeader/>
|
||||
<CSidebarForm/>
|
||||
<CSidebarNav :nav-items="computedNav"/>
|
||||
<CSidebarFooter/>
|
||||
<CSidebarMinimizer @click="minimize = !minimize"/>
|
||||
<CSidebarMinimizer @click.native="minimize = !minimize"/>
|
||||
</CSidebar>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Base',
|
||||
url: '/base',
|
||||
route: '/base',
|
||||
icon: 'cui-puzzle',
|
||||
children: [
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Buttons',
|
||||
url: '/buttons',
|
||||
route: '/buttons',
|
||||
icon: 'cui-cursor',
|
||||
children: [
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Icons',
|
||||
url: '/icons',
|
||||
route: '/icons',
|
||||
icon: 'cui-star',
|
||||
children: [
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Notifications',
|
||||
url: '/notifications',
|
||||
route: '/notifications',
|
||||
icon: 'cui-bell',
|
||||
children: [
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Pages',
|
||||
url: '/pages',
|
||||
route: '/pages',
|
||||
icon: 'cui-star',
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user