Skip to content

Commit 5ab1111

Browse files
author
sqrtthree
committed
🚨 style: Remove linter warnings
Signed-off-by: sqrtthree <[email protected]>
1 parent 115acea commit 5ab1111

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/Sidebar/index.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ export default {
7878
},
7979
computed: {
8080
sidebarGroupOrder() {
81-
const groupOrderConfig = config.get(this.$site, 'sidebarGroupOrder', this.$localePath)
81+
const groupOrderConfig = config.get(
82+
this.$site,
83+
'sidebarGroupOrder',
84+
this.$localePath
85+
)
8286
8387
if (groupOrderConfig) {
8488
const result = groupOrderConfig.slice()

0 commit comments

Comments
 (0)