Skip to content

Commit 3ff5514

Browse files
committed
docs: tanstack migration
1 parent e26308b commit 3ff5514

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
[![build status](https://img.shields.io/github/workflow/status/DamianOsipiuk/vue-query/CI/main)](https://github.com/DamianOsipiuk/vue-query/actions/workflows/ci.yml?query=branch%3Amain)
99
[![codecov](https://codecov.io/gh/DamianOsipiuk/vue-query/branch/main/graph/badge.svg?token=X8FK0O5CTG)](https://codecov.io/gh/DamianOsipiuk/vue-query)
1010

11+
# :warning: Package migration :warning:
12+
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+
1118
# Vue Query
1219

1320
Hooks for fetching, caching and updating asynchronous data in Vue.

0 commit comments

Comments
 (0)