You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is nice idea! However, the issue is components merge the default config with #build/app.config for performance reasons, this is one of the reason HMR is not working when changing the App Config and you have to reload the page.
For what version of Nuxt UI are you asking this question?
v3.0.0-alpha.x
Description
I want to customize my
app.config.ts
file from an external source.Consider the following:
The primary color is updated correctly, but the
hidden
class is not applied to buttons.Any ideas why?
The text was updated successfully, but these errors were encountered: