From 5b8f7ef3123fd509acba63a95c2a4cda56f2f188 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 25 Jan 2019 23:00:18 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LoaderPage/LoaderPage.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue index e442cc88..04bea537 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/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; }