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