From 87e5b0af9335cb432a16f46c2a3ceb1e88836cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BE=E4=B8=89=E8=82=A1=E5=9B=9B?= Date: Thu, 18 Jan 2018 15:17:36 +0800 Subject: [PATCH] Fixed the link of vue-router's route.data hook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c38d96..d1e3a12 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Does not work with Vue 2.0. -- You don't need this if you are using [vue-router](https://github.com/vuejs/vue-router). Use vue-router's [`route.data` hook](http://router.vuejs.org/en/pipeline/data.html) instead. +- You don't need this if you are using [vue-router](https://github.com/vuejs/vue-router). Use vue-router's [`route.data` hook](https://github.com/vuejs/vue-router/blob/1.0/docs/en/pipeline/data.md) instead. ### Install