Refactored composable

This commit is contained in:
Cagatay Civici
2022-11-29 08:49:09 +03:00
parent c6ff257662
commit c80bbf8f70
11 changed files with 3910 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ const layoutState = reactive({
menuHoverActive: false
});
export function useLayoutService () {
export function useLayout () {
const changeThemeSettings = (theme, darkTheme) => {
layoutConfig.darkTheme = darkTheme;
layoutConfig.theme = theme;