refactor:foramt views/component-demo
This commit is contained in:
@@ -50,7 +50,7 @@ const app = {
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
ToggleSideBar({ commit }) {
|
||||
toggleSideBar({ commit }) {
|
||||
commit('TOGGLE_SIDEBAR')
|
||||
},
|
||||
setLanguage({ commit }, language) {
|
||||
|
Reference in New Issue
Block a user