Skip to content

Commit

Permalink
Fix active tab prop
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Sep 1, 2020
1 parent 64d5ff4 commit 825fade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppSidebar/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
</div>
</header>

<AppSidebarTabs ref="tabs">
<slot :active="active" />
<AppSidebarTabs ref="tabs" :active="active">
<slot />
</AppSidebarTabs>
</aside>
</transition>
Expand Down

0 comments on commit 825fade

Please sign in to comment.