This repository was archived by the owner on Mar 12, 2024. It is now read-only.
Releases: johannschopplich/vue-unquery
Releases · johannschopplich/vue-unquery
v0.4.0
ℹ️ Migration
-import { configure } from 'turbo-query'
+import { configure } from 'vue-unquery'
configure({
async fetcher(key, { signal }) {
const response = await fetch(key, { signal })
if (!response.ok)
throw new Error('Fetch request failed')
return await response.json()
},
})
View changes on GitHub
v0.3.4
No significant changes
View changes on GitHub
v0.3.3
No significant changes
View changes on GitHub
v0.3.2
No significant changes