mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
|
|
export default ({ $vuetify, $config }: any) => {
|
||
|
|
$vuetify.theme.themes = $config.themes;
|
||
|
|
};
|