8000 prepared for new components section · vishalkakadiya/vuejs.org@100c19f · GitHub
[go: up one dir, main page]

Skip to content

Commit 100c19f

Browse files
committed
prepared for new components section
1 parent b6b6697 commit 100c19f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
<% } %>
4848
<% if (p.order === 2.1) { %>
4949
<li><h3>Directives</h3></li>
50-
<% } %>
50+
<% } %>
51+
<% if (p.order === 3.1) { %>
52+
<li><h3>Components</h3></li>
53+
<% } %>
5154
<!-- Move cookbook sections here once they have -->
5255
<!-- at least one recipe -->
5356
<% } %>

0 commit comments

Comments
 (0)
0