fix: fixed error action name (#339)

This commit is contained in:
PLAsusu 2019-04-23 09:50:47 +08:00 committed by 花裤衩
parent 0be4067103
commit b2fe1a22e1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default {
},
methods: {
handleClickOutside() {
this.$store.dispatch('CloseSideBar', { withoutAnimation: false })
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
}
}
}