How do I get the current DOM value of useTemplateRef() ?
useCookie bugged, not keeping state
useCookie
. It works fine however the cookie is completely forgetting its token
value between functions.
Here's the code: https://pastebin.com/UiRnSPRc
When the user calls logIn
, the token is fetched and set to the cookie. At line 47 you can see I'm logging it and in my tests it is set to the correct value. However the logIn
function then calls fetchUser
, which accesses the same cookie - but on line 74 you can see it logs undefined
for some reason.
...Ideas to debug this Nuxt UI / Tailwindcss bug
Describing type for overriden config
Storing and accessing large json data set for navigation
Nuxt UI Tabs - strange behaviour

Using v-for with NuxtLink?
Nuxt router goes to undefined
NuxtUI w/ Tailwind Module no Intellisense in pages/ directory?
Set ref in useAsyncData
Lowercase Authorization header
Help issuing consecutive api requests, where the second is dependent on the first
useLazyFetch()
. The first fetches an album
by slug
, and the second fetches photos
using the album.id
.
For example:...Issue with NuxtUI Pro (mapContentNavigation function)
Headless UI modal popup in safari12
How do I get the updated data and display correctly?
[TypeScript] nuxi typecheck throws errors from node_modules/@agorastore/shared-ui despite skipLibChe
nuxi typecheck
, I'm getting a bunch of TypeScript errors specifically from a Nuxt module in my node_modules (@agorastore/shared-ui).
For example:...nuxt color mode on SSG
Nuxt 3 Routing Mismatching