remove console
parent
553fd88a5e
commit
84fc44ceff
|
@ -68,7 +68,6 @@ export default {
|
|||
},
|
||||
x() {
|
||||
setTimeout(() => {
|
||||
console.log('kfbjhrbfj');
|
||||
this.visible = false;
|
||||
}, this.life);
|
||||
}
|
||||
|
|
|
@ -251,9 +251,7 @@ export default {
|
|||
this.galleriaService = new PhotoService();
|
||||
},
|
||||
async mounted() {
|
||||
console.log(this.galleriaService);
|
||||
await this.test();
|
||||
console.log(this.images);
|
||||
this.bindDocumentListeners();
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue