robbert
robbert
NNuxt
Created by robbert on 9/25/2024 in #❓・help
Typing weirdness multiple AsyncData in array
So it is because of ref unwrapping and works for reactive arrays because it doesn't unwrap arrays. https://vuejs.org/guide/essentials/reactivity-fundamentals.html#additional-ref-unwrapping-details
3 replies
NNuxt
Created by robbert on 9/25/2024 in #❓・help
Typing weirdness multiple AsyncData in array
Got it working by using wrapperArray as a reactive instead of a ref. Still not sure why.
3 replies