-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
adamlaska/osmos-cosmos-sdk
#5Labels
topic: themeRelates to VuePress themeRelates to VuePress themetype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature
Description
- I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
- Using the default theme
- Shadow the
SidebarLinks
component
What is expected?
All instances of SidebarLinks
in the app should use the shadowed version
What is actually happening?
Only first level groups are using the shadowed version, because SidebarGroup
is not using the @theme
alias when importing the component:
https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/theme-default/components/SidebarGroup.vue#L66
Metadata
Metadata
Assignees
Labels
topic: themeRelates to VuePress themeRelates to VuePress themetype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature