Skip to content

Commit

Permalink
fix: fixed error action name (PanJiaChen#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
plasusu authored and PanJiaChen committed Apr 23, 2019
1 parent 0be4067 commit b2fe1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
},
methods: {
handleClickOutside() {
this.$store.dispatch('CloseSideBar', { withoutAnimation: false })
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
}
}
}
Expand Down

0 comments on commit b2fe1a2

Please sign in to comment.