Skip to content

Commit 56a1281

Browse files
committed
refactor(DefaultContainer): SidebarToggler add defaultOpen prop example
1 parent a94c17d commit 56a1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/DefaultContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img class="navbar-brand-full" src="img/brand/logo.svg" width="89" height="25" alt="CoreUI Logo">
77
<img class="navbar-brand-minimized" src="img/brand/sygnet.svg" width="30" height="30" alt="CoreUI Logo">
88
</b-link>
9-
<SidebarToggler class="d-md-down-none" display="lg" />
9+
<SidebarToggler class="d-md-down-none" display="lg" :defaultOpen=true />
1010
<b-navbar-nav class="d-md-down-none">
1111
<b-nav-item class="px-3" to="/dashboard">Dashboard</b-nav-item>
1212
<b-nav-item class="px-3" to="/users" exact>Users</b-nav-item>

0 commit comments

Comments
 (0)