mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update message demos
This commit is contained in:
parent
d9f6b813ad
commit
311678359b
7 changed files with 89 additions and 228 deletions
|
@ -39,6 +39,13 @@ export default {
|
|||
visible: true
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
sticky(newValue) {
|
||||
if (!newValue) {
|
||||
this.closeAfterDelay();
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (!this.sticky) {
|
||||
this.closeAfterDelay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue