add LightDark option for customer dashboard

This commit is contained in:
yashkanakiya
2023-03-30 14:06:33 +05:30
parent 5440b0f354
commit be0433281d
3 changed files with 71 additions and 11 deletions

View File

@ -13,7 +13,8 @@ export const useGlobalStore = defineStore({
currentUser: null,
companySlug: '',
mainMenu: null,
enabledModules: []
enabledModules: [],
isDarkModeOn: false
}),
actions: {