From 46fb3a2c1a89d235c2f23df24c69ebd2d27ed567 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 01:48:23 +0200 Subject: [PATCH] modified code --- onzer.riot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onzer.riot b/onzer.riot index a7bc689..945c58d 100644 --- a/onzer.riot +++ b/onzer.riot @@ -18,7 +18,8 @@ export default { async onBeforeMount(props){ this.state.placeholder = 'Rechercher dans les albums'; - this.state.items = await this.fetchSong(); + //const json = await this.fetchSong(); + this.state = {placeholder: "caca"}; console.log(this.state); }, edit(e) {