mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
* feat(frontend): ✨ lazy-load all recipes page * feat(frontend): ✨ enable runtime theme through env-variables * docs(docs): 📝 update v1 changelog * bump version Co-authored-by: Hayden <hay-kot@pm.me>
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export default ({ $vuetify, $config }: any) => {
|
|
$vuetify.theme.themes = $config.themes;
|
|
};
|