Eternal
Eternal
Explore posts from servers
NNuxt
Created by Eternal on 5/26/2024 in #❓・help
UI not changing when ref variable changes
When I change the value of the variable, the UI doesn't change. After the function finishes executing, the variable resets to the state it was in before the function ran. I attached a watch() to the variable to check if something else was resetting it, and when the function executes the watch() never runs. I'm on Nuxt 3.11
3 replies
NNuxt
Created by Eternal on 3/19/2024 in #❓・help
how to configure tree shaking
How do i configure tree shaking for Nuxt3? I want to remove unused icons and code from the production build for nuxt-icons and nuxt-ui
2 replies
NNuxt
Created by Eternal on 3/18/2024 in #❓・help
Nuxt UI is too heavy
The Nuxt UI framework (ui.nuxt.com) adds a whole 0.5mb to the production build even if i use just one component and it adds all the tailwind stuff. Is there a way to trim it down?
2 replies