refactor: update color modes handling
This commit is contained in:
@@ -4,6 +4,7 @@ export default createStore({
|
||||
state: {
|
||||
sidebarVisible: '',
|
||||
sidebarUnfoldable: false,
|
||||
theme: 'light',
|
||||
},
|
||||
mutations: {
|
||||
toggleSidebar(state) {
|
||||
|
||||
Reference in New Issue
Block a user