improve nowPlaying alignment

This commit is contained in:
geoffrey45
2022-02-08 00:39:08 +03:00
parent f93fa79fc5
commit 214ae82344
15 changed files with 113 additions and 71 deletions
-1
View File
@@ -40,7 +40,6 @@ export default {
}
watch(query, () => {
console.log(query.value);
emit("search", query.value);
});