Explorar el Código

Убрал лишнее

Book Pauk hace 6 años
padre
commit
5b8f7ef312
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 0 - 1
client/components/Reader/LoaderPage/LoaderPage.vue

@@ -35,7 +35,6 @@ class LoaderPage extends Vue {
 
     created() {
         this.commit = this.$store.commit;
-        this.dispatch = this.$store.dispatch;
         this.config = this.$store.state.config;
     }