Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk committed Apr 21, 2023
1 parent 2459efd commit 35927f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/getting-started/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Package migration
This package was migrated to be a part of https://github.com/TanStack/query.

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`.

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.

# Overview

[Vue Query](https://github.com/DamianOsipiuk/vue-query) package provides hooks for fetching, caching and updating asynchronous data in Vue.

Support for Vue 2.x and 3.x is provided via [vue-demi](https://github.com/vueuse/vue-demi) package
Expand Down

1 comment on commit 35927f1

@vercel
Copy link

@vercel vercel bot commented on 35927f1 Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-query – ./

vue-query-damianosipiuk.vercel.app
vue-query-git-main-damianosipiuk.vercel.app
vue-query.vercel.app

Please sign in to comment.