Skip to content

Commit 74e28e1

Browse files
authored
update link to vue-use-web
The old link you had here no longer seems to work :/ New maintainer maybe? Anyway, it's an amazing package, and I wouldn't want people to think it was just gone.
1 parent bef5f3d commit 74e28e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3.0-major-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Version 3.0 of Feathers-Vuex is the Vue Composition API release! There were qui
1212
- It is the most powerful feature added to Vue since its first release.
1313
- It improves the ability to create dynamic functionality in components.
1414
- It greatly enhances organization of code in components.
15-
- It encourages code re-use. Check out the [vue-use-web](https://logaretm.github.io/vue-use-web/) collection for some great examples.
15+
- It encourages code re-use. Check out the [vue-use-web](https://tarektouati.github.io/vue-use-web/) collection for some great examples.
1616

1717
And now it has become the best way to perform queries with Feathers-Vuex. To find out how to take advantage of the new functionality in your apps, read the [Feather-Vuex Composition API docs](./composition-api.md).
1818

@@ -75,4 +75,4 @@ The `keepCopiesInStore` feature is set to be removed in Feathers-Vuex 4.0.
7575

7676
### Auth Plugin State: `user`
7777

78-
As described, earlier on this page, since the Auth Plugin's `user` state is no longer reactive and has been replaced by a `user` getter that IS reactive, the `user` state will be removed in the Feathers-Vuex 4.0.
78+
As described, earlier on this page, since the Auth Plugin's `user` state is no longer reactive and has been replaced by a `user` getter that IS reactive, the `user` state will be removed in the Feathers-Vuex 4.0.

0 commit comments

Comments
 (0)