vue-query-nuxt icon indicating copy to clipboard operation
vue-query-nuxt copied to clipboard

A lightweight, 0 config Nuxt Module for Vue Query.

Results 36 vue-query-nuxt issues
Sort by recently updated
recently updated
newest added
trafficstars

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change...

### Environment ``` ❯ node -v v20.11.1 "@hebilicious/vue-query-nuxt": "^0.3.0", ``` ### Reproduction `composables/useQueryWrapper.ts` ```ts import { experimental_createPersister } from '@tanstack/query-persist-client-core' import type { GetUserQuery } from '~/API' export default async...

question

### Environment - Nuxt 3.8.2 - vue-query-nuxt 0.3.0 - Tried w/ latest Node/Bun versions ### Reproduction [StackBlitz reproduction](https://stackblitz.com/edit/nuxt-starter-qd32l3?file=app.vue) What I'm currently trying to achieve is display an error page on...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^1.5.0` -> `^2.1.2`](https://renovatebot.com/diffs/npm/vitest/1.5.0/2.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oven-sh/setup-bun](https://redirect.github.com/oven-sh/setup-bun) | action | major | `v1` -> `v2` | --- ### Release...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rimraf](https://redirect.github.com/isaacs/rimraf) | [`^5.0.5` -> `^6.1.0`](https://renovatebot.com/diffs/npm/rimraf/5.0.5/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rimraf/5.0.5/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

### Describe the feature Similar to other packages that have external config (e.g. nuxt-tailwind), it would be beneficial if we can configure the config path. ### Additional information - [X]...

enhancement