mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-06-19 13:09:22 +08:00
remove all semicolons
This commit is contained in:
@@ -13,7 +13,7 @@ const state = {
|
||||
const mutations = {
|
||||
TOGGLE_SIDEBAR: state => {
|
||||
if (state.sidebar.hide) {
|
||||
return false;
|
||||
return false
|
||||
}
|
||||
state.sidebar.opened = !state.sidebar.opened
|
||||
state.sidebar.withoutAnimation = false
|
||||
|
||||
Reference in New Issue
Block a user