mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
Calendar: hide toast on unmount
This commit is contained in:
parent
8c93a974e6
commit
785c74fd7b
1 changed files with 4 additions and 0 deletions
|
@ -111,5 +111,9 @@ export default class extends Vue {
|
||||||
this.multi_modal!.hide();
|
this.multi_modal!.hide();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public beforeUnmount(): void {
|
||||||
|
this.toast?.hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue