modified code
This commit is contained in:
parent
90c6581aa4
commit
7159ffd4c3
@ -17,12 +17,15 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
async onBeforeMount(props){
|
async onBeforeMount(props){
|
||||||
|
document.getElementById("album").style.backgroundColor = "#6EE7B7";
|
||||||
|
document.getElementById("album").style.borderColor = "#059669";
|
||||||
|
|
||||||
this.state.placeholder = 'Rechercher dans les albums';
|
this.state.placeholder = 'Rechercher dans les albums';
|
||||||
let test = await this.fetchSong();
|
|
||||||
this.state = {
|
this.state = {
|
||||||
placeholder: "caca",
|
placeholder: "caca",
|
||||||
items: test.results;
|
items: this.fetchSong();
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(this.state);
|
console.log(this.state);
|
||||||
},
|
},
|
||||||
edit(e) {
|
edit(e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user