From fcf8d21bc67c3ba304318504787e2eb7534ec6cb Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 28 Sep 2016 20:15:37 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e9e85..b2cc1ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ > Async data loading plugin for Vue.js -**NOTE:** 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. +**NOTE:** + +- Does not work with Vue 2.0 yet. + +- 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. ### Install From 26c7844cdc882882c37c56134106b78a2a38e1af Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 28 Sep 2016 20:15:46 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2cc1ff..2c38d96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **NOTE:** -- Does not work with Vue 2.0 yet. +- 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. From ce46995d7bbe2cef2cbff43b2326b2ff159aebf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20L=C3=BCnborg?= Date: Tue, 25 Dec 2018 23:59:06 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c38d96..4df9c91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# vue-async-data +# THIS REPOSITORY IS DEPRECATED + +## vue-async-data > Async data loading plugin for Vue.js