We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115acea commit 5ab1111Copy full SHA for 5ab1111
components/Sidebar/index.vue
@@ -78,7 +78,11 @@ export default {
78
},
79
computed: {
80
sidebarGroupOrder() {
81
- const groupOrderConfig = config.get(this.$site, 'sidebarGroupOrder', this.$localePath)
+ const groupOrderConfig = config.get(
82
+ this.$site,
83
+ 'sidebarGroupOrder',
84
+ this.$localePath
85
+ )
86
87
if (groupOrderConfig) {
88
const result = groupOrderConfig.slice()
0 commit comments