From 325068096b8a241498f1c4f9d87a3dce9e185e6d Mon Sep 17 00:00:00 2001 From: "Miccy.Wei" Date: Fri, 20 May 2016 11:50:18 +0800 Subject: [PATCH 1/5] fixed example error (#18) --- example/example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.html b/example/example.html index 466170c..588f8c6 100644 --- a/example/example.html +++ b/example/example.html @@ -6,8 +6,8 @@
- - + +
From d0d0a67bd07ff83f9860d82dd8db56ee668373ea Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Mon, 6 Jun 2016 23:02:49 +0900 Subject: [PATCH 2/5] Add License (#19) * add LICENSE file * add license section --- LICENSE | 21 +++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..478332a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2016 Evan You + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md index 7c2aa58..24e9e85 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,7 @@ Or, if you prefer to wait until data loaded to display the component, you can us ``` html ``` + +### License + +[MIT](http://opensource.org/licenses/MIT) From fcf8d21bc67c3ba304318504787e2eb7534ec6cb Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 28 Sep 2016 20:15:37 -0400 Subject: [PATCH 3/5] 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 4/5] 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 5/5] 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