Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Create ecosystem_dropdown.ejs
  • Loading branch information
lukepolo authored Nov 17, 2016
commit c8561c19b5ae0f0d157cedd1f08f3a8f121274b0
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>