mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-12-25 21:37:13 +00: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