File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 8
8
<li ><a href =" /v2/examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >Examples</a ></li >
9
9
<li ><a href =" https://medium.com/the-vue-point" target =" _blank" class =" nav-link<%- page.path.match(/blog/) ? ' current' : '' %>" >Blog</a ></li >
10
10
<% - partial (' partials/community_dropdown' ) %>
11
+ <% - partial (' partials/ecosystem_dropdown' ) %>
You can’t perform that action at this time.
0 commit comments