Skip to content

Commit 862851a

Browse files
lukepoloyyx990803
authored andcommitted
Ecosystem Nav (vuejs#589)
* Update main_menu.ejs * Update main_menu.ejs * Create ecosystem_dropdown.ejs * Update ecosystem_dropdown.ejs
1 parent a9d75df commit 862851a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<li class="nav-dropdown-container">
2+
<a class="nav-link">Ecosystem</a><span class="arrow"></span>
3+
<ul class="nav-dropdown">
4+
<li><a href="https://vuex.vuejs.org/en/" class="nav-link" target="_blank">Vuex</a></li>
5+
<li><a href="https://router.vuejs.org/en/" class="nav-link" target="_blank">Vue Router</a></li>
6+
</ul>
7+
</li>

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
<li><a href="/v2/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Examples</a></li>
99
<li><a href="https://medium.com/the-vue-point" target="_blank" class="nav-link<%- page.path.match(/blog/) ? ' current' : '' %>">Blog</a></li>
1010
<%- partial('partials/community_dropdown') %>
11+
<%- partial('partials/ecosystem_dropdown') %>

0 commit comments

Comments
 (0)