mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-20 21:59:40 +02:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
|
export default ({ $vuetify, $config }: any) => {
|
||
|
$vuetify.theme.themes = $config.themes;
|
||
|
};
|