Убрал лишнее

This commit is contained in:
Book Pauk
2019-01-25 23:00:18 +07:00
parent 89bd413178
commit 5b8f7ef312

View File

@@ -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;
}