Fixed artist tab active tab indicator
This commit is contained in:
@@ -959,7 +959,7 @@
|
||||
|
||||
<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>
|
||||
@@ -1102,4 +1102,4 @@
|
||||
|
||||
<script type="module" src="/public/js/app.js"></script>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user