Explorar el Código

fix: fixed error action name (#339)

PLAsusu hace 6 años
padre
commit
b2fe1a22e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 })
     }
   }
 }