mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
c14f9f5638
Co-authored-by: Daniel Roe <daniel@roe.dev>
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
export default defineEventHandler(() => {
|
|
return new Array(10).fill(0).map(() => Math.round(Math.random() * 10000))
|
|
})
|