You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package was migrated to be a part of https://github.com/TanStack/query.
13
+
14
+
If you are still on `v1` make sure to follow [migration guide](https://vue-query-next.vercel.app/#/guides/migrating-to-vue-query-2) first and then switch to `@tanstack/vue-query`.
15
+
16
+
If you are already on `v2`, just swap `vue-query` for `@tanstack/vue-query` in both of your `package.json` and `import` statements. Everything should still work as before.
17
+
11
18
# Vue Query
12
19
13
20
Hooks for fetching, caching and updating asynchronous data in Vue.
0 commit comments