modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 18:02:03 +02:00
parent 7b57e4ae54
commit 21e0522d9c

View File

@ -63,6 +63,7 @@
this.song_style = "isActivate"; this.song_style = "isActivate";
this.state.search = "songs"; this.state.search = "songs";
} }
console.log(this.state.search);
this.fetchData() this.fetchData()
this.update(); this.update();
}, },