remove console

This commit is contained in:
Tuğçe Küçükoğlu 2022-12-09 11:07:36 +03:00
parent 553fd88a5e
commit 84fc44ceff
2 changed files with 0 additions and 3 deletions

View file

@ -68,7 +68,6 @@ export default {
},
x() {
setTimeout(() => {
console.log('kfbjhrbfj');
this.visible = false;
}, this.life);
}