Quellcode durchsuchen

fix: fixed error action name (#339)

PLAsusu vor 6 Jahren
Ursprung
Commit
b2fe1a22e1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 })
     }
   }
 }