Skip to content

Commit

Permalink
fix(AsideNavigation): typo in collapse prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jun 24, 2021
1 parent 41924b6 commit 656f0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/components/molecules/AsideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
:key="link.to"
:title="link.title"
:docs="link.children"
:collapsed="link.collapse === true"
:collapse="link.collapse === true"
/>
<AsideNavigationItem v-else :key="link.to" :docs="[link]" />
</template>
Expand Down

1 comment on commit 656f0cc

@vercel
Copy link

@vercel vercel bot commented on 656f0cc Jun 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.