Update message demos

This commit is contained in:
Cagatay Civici 2023-10-25 13:56:47 +03:00
parent d9f6b813ad
commit 311678359b
7 changed files with 89 additions and 228 deletions

View file

@ -39,6 +39,13 @@ export default {
visible: true
};
},
watch: {
sticky(newValue) {
if (!newValue) {
this.closeAfterDelay();
}
}
},
mounted() {
if (!this.sticky) {
this.closeAfterDelay();