mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
feat: loading timetable from url params
This commit is contained in:
@@ -41,7 +41,8 @@ export const useApiStore = defineStore('api', {
|
||||
});
|
||||
|
||||
this.fetchSceneriesData();
|
||||
this.fetchActiveData();
|
||||
await this.fetchActiveData();
|
||||
|
||||
|
||||
setInterval(() => {
|
||||
this.fetchActiveData();
|
||||
|
||||
Reference in New Issue
Block a user