mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-19 11:08:48 +02:00
added page and edit backend for edit calendar by token
This commit is contained in:
@ -12,6 +12,9 @@ const moduleStore = defineStore("moduleStore", {
|
||||
removeModule(module: Module) {
|
||||
this.modules.splice(this.modules.indexOf(module), 1);
|
||||
},
|
||||
removeAllModules() {
|
||||
this.modules = [];
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user