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