✨(theme) add themes management
This is made in order to be able to handle natively multiple themes for the future light/dark themes and also allow consumers to create their own.
This commit is contained in:
@@ -32,5 +32,9 @@ files.forEach((file) => {
|
||||
});
|
||||
|
||||
export default {
|
||||
components,
|
||||
themes: {
|
||||
default: {
|
||||
components,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user