modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:19:31 +02:00
parent 35899ea860
commit fc1e4430cb

View File

@ -35,6 +35,7 @@
items: await props.items, items: await props.items,
search: "albums" search: "albums"
}; };
console.log(this.state);
this.paintButton(); this.paintButton();
this.album_style = "isActivate"; this.album_style = "isActivate";
}, },