diff --git a/src/store/modules/store.ts b/src/store/modules/store.ts index 83ce063..d5fd1a0 100644 --- a/src/store/modules/store.ts +++ b/src/store/modules/store.ts @@ -55,7 +55,7 @@ class Store extends VuexModule { "ending": false } as const; - private filters: any = this.filterInitStates; + private filters: any = { ...this.filterInitStates }; get getStationCount(): number { return this.stationCount;