modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 01:48:23 +02:00
parent da67e2df21
commit 46fb3a2c1a

View File

@ -18,7 +18,8 @@
export default {
async onBeforeMount(props){
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);
},
edit(e) {