From 35899ea8601ef13724170d53521ce012151f415d Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 15:17:31 +0200 Subject: [PATCH] modified code --- onzer.riot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/onzer.riot b/onzer.riot index 9de3d2d..ec5093b 100644 --- a/onzer.riot +++ b/onzer.riot @@ -32,12 +32,10 @@ async onBeforeMount(props){ this.state = { placeholder: "Rechercher dans les albums", - items: await props.value.items, + items: await props.items, search: "albums" }; this.paintButton(); - console.log(props); - console.log(this.state.items); this.album_style = "isActivate"; }, onMounted(){