modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 01:56:44 +02:00
parent 90c6581aa4
commit 7159ffd4c3

View File

@ -17,12 +17,15 @@
<script>
export default {
async onBeforeMount(props){
document.getElementById("album").style.backgroundColor = "#6EE7B7";
document.getElementById("album").style.borderColor = "#059669";
this.state.placeholder = 'Rechercher dans les albums';
let test = await this.fetchSong();
this.state = {
placeholder: "caca",
items: test.results;
items: this.fetchSong();
};
console.log(this.state);
},
edit(e) {