mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-27 17:58:56 +08:00
lint: prettier
This commit is contained in:
parent
f4c5761de1
commit
cfa5e0c5b1
@ -97,7 +97,7 @@ export default {
|
||||
this.$router.push({ path: "/library" });
|
||||
});
|
||||
},
|
||||
throttleSearch: throttle(function() {
|
||||
throttleSearch: throttle(function () {
|
||||
this.search();
|
||||
}, 500),
|
||||
},
|
||||
|
@ -41,7 +41,7 @@ export default {
|
||||
},
|
||||
sortedTracks() {
|
||||
function compare(property) {
|
||||
return function(obj1, obj2) {
|
||||
return function (obj1, obj2) {
|
||||
var value1 = obj1[property];
|
||||
var value2 = obj2[property];
|
||||
return value1 - value2;
|
||||
|
@ -27,9 +27,7 @@
|
||||
>
|
||||
<a
|
||||
v-else
|
||||
:href="
|
||||
`https://music.163.com/#/user/home?id=${playlist.creator.userId}`
|
||||
"
|
||||
:href="`https://music.163.com/#/user/home?id=${playlist.creator.userId}`"
|
||||
target="blank"
|
||||
>{{ playlist.creator.nickname }}</a
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user