modified code
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
this.update();
|
||||
},
|
||||
onMounted(){
|
||||
this.paintButton();
|
||||
this.update();
|
||||
},
|
||||
edit(e) {
|
||||
@@ -65,8 +64,8 @@
|
||||
this.song_style = "isActivate";
|
||||
this.state.search = "songs";
|
||||
}
|
||||
if(old_search != this.state.search){this.list();}
|
||||
this.update();
|
||||
if(old_search != this.state.search){this.list();}
|
||||
this.update();
|
||||
},
|
||||
async list(){
|
||||
let data = await this.fetchData();
|
||||
|
Reference in New Issue
Block a user