modified code
This commit is contained in:
parent
90c6581aa4
commit
7159ffd4c3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user