Skip to content

Commit 0f5e1af

Browse files
committed
remove extra comma
1 parent f1bcc01 commit 0f5e1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const sidebar = {
33
{
44
title: 'Cookbook',
55
collapsable: false,
6-
children: ['/cookbook/', '/cookbook/editable-svg-icons', , '/cookbook/gradual-compositionapi-migration']
6+
children: ['/cookbook/', '/cookbook/editable-svg-icons', '/cookbook/gradual-compositionapi-migration']
77
}
88
],
99
guide: [

0 commit comments

Comments
 (0)