Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

feat(nuxt3): useFetch with dynamic reactive request #3731

Merged
merged 4 commits into from
Mar 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed unused function
  • Loading branch information
pi0 committed Mar 17, 2022
commit f11cc9ca9a8ed4f3a497343e6f46e9d105a25d7b
4 changes: 0 additions & 4 deletions packages/nuxt3/src/app/composables/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ export function useLazyFetch<
) {
return useFetch(url, { ...opts, lazy: true })
}

function generateKey (keys) {
return '$f' + murmurHashV3(JSON.stringify(keys))
}