Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davestewart/nuxt-repro-double-await
Demonstrates failing double-await calls for Nuxt Content
https://github.com/davestewart/nuxt-repro-double-await
Last synced: 30 days ago
JSON representation
Demonstrates failing double-await calls for Nuxt Content
- Host: GitHub
- URL: https://github.com/davestewart/nuxt-repro-double-await
- Owner: davestewart
- Created: 2023-10-30T13:06:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T13:16:08.000Z (about 1 year ago)
- Last Synced: 2023-10-30T14:29:46.197Z (about 1 year ago)
- Language: Vue
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Content - Double Await repro
This repo demonstrates a case where making two `await`ed calls to Content inside `useAsyncData()` fails to return a response.
It contains four examples, as outlined [here](https://github.com/davestewart/nuxt-repro-double-await/blob/main/content/index.md).
## Setup
```bash
npm i
npm run dev
```View the content on:
- http://localhost:3010