回答編集履歴

1

URLをリンクに

2018/07/13 14:37

投稿

退会済みユーザー
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- https://github.com/vuejs/vue-router/blob/dev/src/index.js#L35
5
+ [https://github.com/vuejs/vue-router/blob/dev/src/index.js#L35](https://github.com/vuejs/vue-router/blob/dev/src/index.js#L35)
6
6
 
7
7
  vue-router のコンストラクタは `RouterOptions` という型で定義されたデータを受け取ります。
8
8
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  そして `RouterOptions` の型の定義はこのようになっています。
12
12
 
13
- https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L49-L63
13
+ [https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L49-L63](https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L49-L63)
14
14
 
15
15
 
16
16