From da67e2df218589b9c63282d07d53dc799b5953fc Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 01:45:49 +0200 Subject: [PATCH] modified code --- onzer.riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {