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(){