modified code
This commit is contained in:
parent
46fb3a2c1a
commit
edb0da3c54
@ -18,8 +18,10 @@
|
|||||||
export default {
|
export default {
|
||||||
async onBeforeMount(props){
|
async onBeforeMount(props){
|
||||||
this.state.placeholder = 'Rechercher dans les albums';
|
this.state.placeholder = 'Rechercher dans les albums';
|
||||||
//const json = await this.fetchSong();
|
this.state = {
|
||||||
this.state = {placeholder: "caca"};
|
placeholder: "caca",
|
||||||
|
items: await this.fetchSong()
|
||||||
|
};
|
||||||
console.log(this.state);
|
console.log(this.state);
|
||||||
},
|
},
|
||||||
edit(e) {
|
edit(e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user