modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 01:45:49 +02:00
parent 0e1c264047
commit da67e2df21

View File

@ -19,7 +19,7 @@
async onBeforeMount(props){
this.state.placeholder = 'Rechercher dans les albums';
this.state.items = await this.fetchSong();
console.log(this.state.items);
console.log(this.state);
},
edit(e) {