File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
<li ><a href =" /api/" class =" nav-link" >API</a ></li >
6
6
<li ><a href =" /examples/" class =" nav-link" >示例</a ></li >
7
7
<li ><a href =" https://github.com/vuejs/vue/releases" target =" _blank" class =" nav-link" >更新</a ></li >
8
+ <li ><a href =" https://github.com/vuejs/vue/issues/2873" target =" _blank" class =" nav-link" >Vue2 changes</a ></li >
8
9
<li ><a href =" /blog" class =" nav-link" >博客</a ></li >
9
10
<% - partial (' partials/community_dropdown' ) %>
10
11
</ul >
Original file line number Diff line number Diff line change 7
7
<li ><a href =" /api/" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API</a ></li >
8
8
<li ><a href =" /examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >示例</a ></li >
9
9
<li ><a href =" https://github.com/vuejs/vue/releases" target =" _blank" >更新</a ></li >
10
+ <li ><a href =" https://github.com/vuejs/vue/issues/2873" target =" _blank" >Vue2 changes</a ></li >
11
+
10
12
<li ><a href =" /blog/" class =" nav-link<%- page.path.match(/blog/) ? ' current' : '' %>" >博客</a ></li >
11
13
<% - partial (' partials/community_dropdown' ) %>
You can’t perform that action at this time.
0 commit comments