Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 06:00
· 3 commits to main since this release

聽聽聽鈩癸笍 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