Browse Source

Убрал лишнее

Book Pauk 6 years ago
parent
commit
5b8f7ef312
1 changed files with 0 additions and 1 deletions
  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() {
     created() {
         this.commit = this.$store.commit;
         this.commit = this.$store.commit;
-        this.dispatch = this.$store.dispatch;
         this.config = this.$store.state.config;
         this.config = this.$store.state.config;
     }
     }