Parcourir la source

fix: fixed error action name (#339)

PLAsusu il y a 6 ans
Parent
commit
b2fe1a22e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/layout/index.vue

+ 1 - 1
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 })
     }
   }
 }