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