Redeemr
Redeemr
NNuxt
Created by Redeemr on 9/8/2024 in #❓・help
Disabling Specific Options in NuxtUI InputMenu
I am using the nuxtui inputmenu component and I want to disable some of the options that match a specific criteria. From reading the docs I only see the option to disable the entire component, is there a way to disable individual options?
1 replies
NNuxt
Created by Redeemr on 8/27/2024 in #❓・help
Pinia localstorage Hydration Issues
hey guys, I am currently using pinia and the pinia-plugin-persisted-state plugin to store values from my pinia store. Originally I was using cookies but the size of the store got too large to be stored that way. I switched over to using localstorage and whenever I refresh the page, I get tons of hydration errors because localstorage isnt available on the server. I am able to resolve this by wrapping most of the app in <ClientOnly> but I am wondering what other solutions are there to resolving this problem?
12 replies