This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-15 18:34:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
768ebe4591
Nuxt
/
test
/
fixtures
/
basic
/
server
/
api
/
hey
/
index.post.ts
4 lines
74 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(nuxt): infer `useFetch` method when generic is passed (#20797)
2023-05-17 11:56:47 +00:00
export
default
defineEventHandler
(
(
)
=
>
(
{
chore: cleanup eslint rules with latest `@nuxt/eslint-config` (#26653)
2024-04-05 18:08:32 +00:00
method
:
'post'
as
const
,
fix(nuxt): infer `useFetch` method when generic is passed (#20797)
2023-05-17 11:56:47 +00:00
}
)
)
Reference in New Issue
Copy Permalink