소스 검색

fix: fixed error action name (#339)

PLAsusu 5 년 전
부모
커밋
b2fe1a22e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

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