Skip to content

Commit

Permalink
Merge branch 'master' into permission-control
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Apr 23, 2019
2 parents 5b77ad6 + b2fe1a2 commit 434a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.vue
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 434a04e

Please sign in to comment.