-
Notifications
You must be signed in to change notification settings - Fork 0
store_modules_app.js
xinwu-yang edited this page Mar 1, 2023
·
1 revision
设置项目状态
state: {
sidebar: {
opened: true,
withoutAnimation: false
},
device: 'desktop',
firstOpen: true
}
mutations: {
SET_SIDEBAR_TYPE(state, opened)
CLOSE_SIDEBAR(state, withoutAnimation)
TOGGLE_DEVICE(state, device)
Set_FirstOpen(state, firstOpen)
}
actions: {
setSidebar: (_, type)
}