Closed becem-gharbi closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
iconify-icon-sets | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 19, 2024 10:51am |
nuxt-naiveui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 19, 2024 10:51am |
With this PR, the theme config object is generated at build time instead of runtime. This reduces both the bundle size as theme generators (
generateAntdColorThemes
andgenerateTailwindColorThemes
) are no longer included and theNaiveConfig
setup time as themes are already merged.As a breaking change, theme configuration is no longer done on
app.config
instead onnuxt.config
vianaiveui.themeConfig
property.