diff --git a/src/layout/index.vue b/src/layout/index.vue index aa67907577..db22a7bc3e 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -44,7 +44,7 @@ export default { }, methods: { handleClickOutside() { - this.$store.dispatch('CloseSideBar', { withoutAnimation: false }) + this.$store.dispatch('app/closeSideBar', { withoutAnimation: false }) } } }