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