소스 검색

Убрал лишнее

Book Pauk 6 년 전
부모
커밋
5b8f7ef312
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }