We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f306b0 commit ceccca3Copy full SHA for ceccca3
packages/@vuepress/theme-default/components/SidebarGroup.vue
@@ -63,7 +63,7 @@ export default {
63
components: { DropdownTransition },
64
// ref: https://vuejs.org/v2/guide/components-edge-cases.html#Circular-References-Between-Components
65
beforeCreate () {
66
- this.$options.components.SidebarLinks = require('./SidebarLinks.vue').default
+ this.$options.components.SidebarLinks = require('@theme/components/SidebarLinks.vue').default
67
},
68
methods: { isActive }
69
}
0 commit comments