Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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