Sfoglia il codice sorgente

fix: fixed error action name (#339)

PLAsusu 6 anni fa
parent
commit
b2fe1a22e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 })
     }
   }
 }