File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : 资源
3
- type : about
3
+ type : awesome
4
4
order : 0
5
5
---
6
6
<p align =" center " >
@@ -13,6 +13,7 @@ order: 0
13
13
## Awesome Vue.js [ ![ Awesome] ( https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg )] ( https://github.com/sindresorhus/awesome )
14
14
15
15
> A curated list of awesome things related to Vue.js
16
+ > https://github.com/vuejs/awesome-vue
16
17
17
18
- [ Official Resources] ( #official-resources )
18
19
- [ External Resources] ( #external-resources )
Original file line number Diff line number Diff line change 6
6
7
7
# vue-router 2
8
8
9
+ > http://router.vuejs.org/en/index.html
10
+
9
11
> Note: vue-router@2.x only works with Vue 2.x. The docs for the 1.x router is [ here] ( https://github.com/vuejs/vue-router/tree/1.0/docs/en ) .
10
12
11
13
- [ Release Notes] ( https://github.com/vuejs/vue-router/releases )
Original file line number Diff line number Diff line change 3
3
<li ><a href =" /examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >示例</a ></li >
4
4
<li ><a href =" /router/" class =" nav-link<%- page.path.match(/router/) ? ' current' : '' %>" >vue-router</a ></li >
5
5
<li ><a href =" /ssr/" class =" nav-link<%- page.path.match(/ssr/) ? ' current' : '' %>" >SSR</a ></li >
6
+ <li ><a href =" /awesome/" class =" nav-link<%- page.path.match(/awesome/) ? ' current' : '' %>" >资源</a ></li >
6
7
<li ><a href =" /changelog/" class =" nav-link<%- page.path.match(/changelog/) ? ' current' : '' %>" >更新日志</a ></li >
7
8
<li ><a href =" /about/" class =" nav-link<%- page.path.match(/about/) ? ' current' : '' %>" >关于翻译</a ></li >
8
9
<% - partial (' partials/community_dropdown' ) %>
You can’t perform that action at this time.
0 commit comments