mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-22 04:28:47 +02:00
15 refactor additional modules to table
This commit is contained in:
@ -25,6 +25,9 @@ const moduleStore = defineStore("moduleStore", {
|
||||
this.modules.set(module.uuid, module);
|
||||
});
|
||||
},
|
||||
countModules(): number {
|
||||
return this.modules.size;
|
||||
},
|
||||
getAllModules(): Module[] {
|
||||
return Array.from(this.modules.values());
|
||||
},
|
||||
|
Reference in New Issue
Block a user