Skip to content

Commit

Permalink
fix: set alias "collapsible" to "collapsable" (close: #705) (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
championswimmer authored and ulivz committed Aug 7, 2018
1 parent 4f4862e commit ad66fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default-theme/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:item="item"
:first="i === 0"
:open="i === openGroupIndex"
:collapsable="item.collapsable"
:collapsable="item.collapsable || item.collapsible"
@toggle="toggleGroup(i)"
/>
<SidebarLink v-else :item="item"/>
Expand Down

0 comments on commit ad66fa8

Please sign in to comment.