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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Setting bodyAttrs.class in a component, and then a layout (Nuxt) will not merge them properly, as both values are strings. The component seems to always win.
Solution:
Allow bodyAttrs keys to have values as array or object.
This would allow deepmerge module to merge the values correctly.
Then a rendered version would just concat with a space or something like that.