Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions themes/vue/layout/partials/ecosystem_dropdown.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<li class="nav-dropdown-container">
<a class="nav-link">Echosystem</a><span class="arrow"></span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echosystem :P

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha :-)

<ul class="nav-dropdown">
<li><a href="https://vuex.vuejs.org/en/" class="nav-link" target="_blank">Vuex</a></li>
<li><a href="https://router.vuejs.org/en/" class="nav-link" target="_blank">Vue Router</a></li>
</ul>
</li>
1 change: 1 addition & 0 deletions themes/vue/layout/partials/main_menu.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
<li><a href="/v2/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Examples</a></li>
<li><a href="https://medium.com/the-vue-point" target="_blank" class="nav-link<%- page.path.match(/blog/) ? ' current' : '' %>">Blog</a></li>
<%- partial('partials/community_dropdown') %>
<%- partial('partials/ecosystem_dropdown') %>