fix: fixed error action name (#339)

master
PLAsusu 6 years ago committed by 花裤衩
parent 0be4067103
commit b2fe1a22e1

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

Loading…
Cancel
Save