Merge branch 'master' of notabug.org:RemixDev/deemix
This commit is contained in:
commit
f14888fe9b
@ -959,7 +959,7 @@ <h1>{{ title }}</h1>
|
||||
|
||||
<div class="tab">
|
||||
<template v-for="(item, name, index) in body">
|
||||
<button :class="'selective' + (name==currentTab ? 'active' : '')" :href="'#artist_' + name"
|
||||
<button :class="'selective' + (name==currentTab ? ' active' : '')" :href="'#artist_' + name"
|
||||
@click="changeTab(name)">{{ name }}</button>
|
||||
</template>
|
||||
</div>
|
||||
|
@ -37,12 +37,6 @@ const ArtistTab = new Vue({
|
||||
openQualityModal(e) {
|
||||
QualityModal.open(e.currentTarget.dataset.link)
|
||||
},
|
||||
moreInfo(url, e) {
|
||||
if (e) {
|
||||
e.preventDefault()
|
||||
}
|
||||
showTrackListSelective(url, true)
|
||||
},
|
||||
sortBy(key) {
|
||||
if (key == this.sortKey) {
|
||||
this.sortOrder = this.sortOrder == 'asc' ? 'desc' : 'asc'
|
||||
|
Loading…
Reference in New Issue
Block a user