Forráskód Böngészése

fix: fixed error action name (#339)

PLAsusu 6 éve
szülő
commit
b2fe1a22e1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 })
     }
   }
 }