eucp-project / storyboards

Simple web application to show example use cases with some interactivity. (visitors via old url will be redirected to the website with new url)
https://eucp-project.github.io/storyboards
Other
7 stars 5 forks source link

Make sure data loads before the page #21

Closed Peter9192 closed 2 years ago

Peter9192 commented 2 years ago

Currently, the index page is loaded before some of the fetched data arrives. This leads to weird behavior. We could try to use asyncData or the Nuxt fetch hook to make sure the content is loaded before the page is rendered.

See https://nuxtjs.org/docs/features/data-fetching/

Peter9192 commented 2 years ago

Outdated. We now use asyncdata.