Parcourir la source

Убрал лишнее

Book Pauk il y a 6 ans
Parent
commit
5b8f7ef312
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
     }