diff --git a/onzer.riot b/onzer.riot index 96e21f9..a62e244 100644 --- a/onzer.riot +++ b/onzer.riot @@ -26,11 +26,12 @@ items: await props.items, search: "albums" }; - console.log(this.state.items); - this.paintButton(); + console.log(this.state.items.result); this.album_style = "isActivate"; + this.paintButton(); }, onMounted(){ + this.paintButton(); this.update(); }, edit(e) { @@ -72,9 +73,11 @@ }); }, paintButton(){ + e.preventDefault(); this.album_style = "isDeactivate"; this.artist_style = "isDeactivate"; this.song_style = "isDeactivate"; + this.update(); } }