diff --git a/onzer.riot b/onzer.riot index dce791f..a7bc689 100644 --- a/onzer.riot +++ b/onzer.riot @@ -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) {