fix: fix template styles

This commit is contained in:
woothu
2019-10-16 16:17:34 +02:00
parent c639eb8213
commit 767a39d904
4 changed files with 16 additions and 14 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
<CSidebar
fixed
:minimize="minimize"
:show="show"
>
<CSidebarBrand
fullSrc="img/brand/coreui-base-white.svg"
@@ -13,7 +14,7 @@
<CRenderFunction :contentToRender="nav"/>
<!-- <CSidebarFooter/> -->
<CSidebarMinimizer
class="d-md-down-none c-sidebar-minimized-unfoldable"
class="d-md-down-none"
@click.native="minimize = !minimize"
/>
</CSidebar>
@@ -27,7 +28,7 @@ export default {
return {
minimize: false,
nav,
show: null
show: true
}
},
mounted () {