mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
tests updated
This commit is contained in:
parent
5e87f4f312
commit
30f792c0a5
25 changed files with 65 additions and 56 deletions
|
@ -58,15 +58,19 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
if (!this.sticky) {
|
||||
setTimeout(() => {
|
||||
this.visible = false;
|
||||
}, this.life);
|
||||
this.x();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
close(event) {
|
||||
this.visible = false;
|
||||
this.$emit('close', event);
|
||||
},
|
||||
x() {
|
||||
setTimeout(() => {
|
||||
console.log('kfbjhrbfj');
|
||||
this.visible = false;
|
||||
}, this.life);
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue