Closed atinux closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
vue-telescope-website | ✅ Ready (Inspect) | Visit Preview | Aug 13, 2022 at 0:44AM (UTC) |
It looks like this now:
https://user-images.githubusercontent.com/904724/184494601-c919e20d-123e-41c6-8185-5c4c3db371a7.mp4
Also, you may want to often open the console and check window.__NUXT__.data
and window.__NUXT__.state
to check the payload size from SSR and if there is not any duplicate values.
Open in CodeSandbox Web Editor | VS Code
cc @bdrtsky
Avoid mixing
useAsyncData
anduseState
, also splited the composables to havefetchTechnologies
anduseTechnologies
for instance.